Commit graph

2 commits

Author SHA1 Message Date
adam
3ea7f11098 Changes 0.5.3:
* Upgraded libpng to version 1.2.12-optipng [private]
* Implemented basic support for TIFF (grayscale, RGB and RGBA, uncompressed).
* Avoided the redundant trial when the search space is singular
  (e.g. when running "optipng -o1 example.tif").
* Prevented accidental file corruption when using option "-log".
* Fixed (again) a small typo in the online help.
2006-08-05 12:23:07 +00:00
adam
4b49f620cd OptiPNG is a PNG optimizer that recompresses the image files to a smaller size,
without losing any information.  The idea has been inspired from pngcrush, and
is explained in detail in the PNG-Tech article:  "A Guide to PNG optimization"
<http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html>.  The implementation
is carried forward in OptiPNG, which offers a faster execution per trial, and
a wider search space.
2005-07-13 14:52:39 +00:00