1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/pngcrush/pkg-descr
Chris D. Faulhaber 1218c101bf Update port to 0.3.5
* Improved error handling

Update MASTER_SITES and WWW
2000-02-29 21:17:09 +00:00

14 lines
504 B
Plaintext

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
chunks or add gAMA and sRGB chunks.
pngcrush does not require external X/png libraries.
WWW: http://pmt.sourceforge.net/pmgcrush/
- Chris D. Faulhaber
jedgar@FreeBSD.org