summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pngcrush.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pngcrush.c b/pngcrush.c
index 0092575dc..4b234a53b 100644
--- a/pngcrush.c
+++ b/pngcrush.c
@@ -273,14 +273,13 @@
Change log:
-Version 1.7.49 (built with libpng-1.6.0rc07 and zlib-1.2.7)
+Version 1.7.49 (built with libpng-1.5.14 and zlib-1.2.7)
Use png_set_benign_errors() to allow certain errors in the input file
to be handled as warnings.
Skip PNG_ABORT redefinition when using libpng-1.4.0 and later.
Implemented "-reduce" option to identify and reduce all-gray images,
all-opaque images, unused PLTE entries, and 16-bit images that can be
reduced losslessly to 8-bit.
- Made default method do the -reduce options by default.
Version 1.7.48 (built with libpng-1.5.14 and zlib-1.2.7)
Reserved method==0 for examining the pixels during trial 0, if necessary.