1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/pngcrush/pkg-descr
Pawel Pekala 851bcd42a4 Update to version 1.7.72
PR:		ports/187353
Submitted by:	maintainer
2014-03-13 18:03:06 +00:00

9 lines
410 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.
WWW: http://pmt.sourceforge.net/pngcrush/