Skip to content

Commit

Permalink
Added OxiPNG
Browse files Browse the repository at this point in the history
Understands (does not discard) `cICP`
  • Loading branch information
svgeesus committed Mar 19, 2024
1 parent ed1207e commit c925c9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools.md
Expand Up @@ -25,6 +25,12 @@ Used to recompress PNG, including optionally reducing bit depth, changing color

Depends on libpng. Originally a fork of pngcrush by Cosmin Truta, now has a different feature set and has added GIF and BMP support.

### OxiPNG

[Homepage](https://github.com/shssoichiro/oxipng/blob/master/README.md) and maintained on [GitHub](https://github.com/shssoichiro/oxipng)

PNG compression optimizer, written in Rust. [Recognizes `cICP` chunks and does not discard them](https://github.com/shssoichiro/oxipng/issues/538#issuecomment-1644266228).

### Minimum viable PNG encoder, in Python

[Homepage](https://www.da.vidbuchanan.co.uk/blog/hello-png.html) and maintained [on GitHub](https://github.com/DavidBuchanan314/hello_png).
Expand Down

0 comments on commit c925c9b

Please sign in to comment.