1999-12-22 14:53:53 +00:00
|
|
|
pngcrush reads in a PNG image, and writes it out again, with the
|
|
|
|
optimum filter_type and zlib_level. It uses brute force (trying
|
|
|
|
filter_type none, and libpng adaptive filtering, with compression
|
|
|
|
levels 3 and 9). It does the most time-consuming method last in case
|
|
|
|
it turns out to be the best. Optionally, it can remove unwanted
|
1999-12-29 23:05:57 +00:00
|
|
|
chunks or add gAMA and sRGB chunks.
|
|
|
|
|
|
|
|
pngcrush does not require external X/png libraries.
|
1999-12-22 14:53:53 +00:00
|
|
|
|
2000-03-25 13:26:12 +00:00
|
|
|
WWW: http://pmt.sourceforge.net/pngcrush/
|
2000-02-29 21:17:09 +00:00
|
|
|
|
1999-12-22 14:53:53 +00:00
|
|
|
- Chris D. Faulhaber
|
2000-03-25 13:26:12 +00:00
|
|
|
<jedgar@FreeBSD.org>
|