blob: d12ffc408b4f891cdd57086407eda4c4ae8c3e61 (
plain)
1
2
3
4
5
6
7
|
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.
|