diff options
Diffstat (limited to 'graphics/pngcrush/pkg-descr')
-rw-r--r-- | graphics/pngcrush/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pngcrush/pkg-descr b/graphics/pngcrush/pkg-descr new file mode 100644 index 000000000000..aa174cecb9df --- /dev/null +++ b/graphics/pngcrush/pkg-descr @@ -0,0 +1,9 @@ +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 + +- Chris D. Faulhaber +jedgar@FreeBSD.org |