1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/pngcrush/pkg-descr
Chris D. Faulhaber 167eb70d51 Update port to 1.3.2
* Fix typos introduced in 1.3.1
1999-12-29 23:05:57 +00:00

12 lines
461 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.
- Chris D. Faulhaber
jedgar@FreeBSD.org