diff options
author | mjl <mjl> | 2001-06-10 20:01:22 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-06-10 20:01:22 +0000 |
commit | 8d7309900f0f866463fa7bc2702da62c78cf7516 (patch) | |
tree | 81a01fe593d308fb4a5d8edb67127f277b948ac3 | |
parent | eabfa4508ccec35f4b402fb37b1d646bc9b92a19 (diff) | |
download | pkgsrc-8d7309900f0f866463fa7bc2702da62c78cf7516.tar.gz |
Update to 1.5.5
Reset reduce_to_gray and it_is_opaque flags prior to processing each image.
Enable removal of safe-to-copy chunks that are being handled as unknown
Added 262 to the length of uncompressed data when calculating
required_window_size, to account for zlib/deflate implementation.
Added "-bit_depth n" to the help screen.
Call png_set_packing() when increasing bit_depth to 2 or 4.
Added warning about not overwriting an existing tRNS chunk.
Reduced the memory usage
Write 500K IDAT chunks even when system libpng is being used.
Ignore all-zero gAMA and cHRM chunks, with a warning.
Added "-loco" option (writes MNG files with filter_method 64)
"-dir" and "-ext" options are no longer mutually exclusive, e.g.:
pngcrush -loco -dir Crushed -ext .mng *.png
Added "-iccp" option
Increased the zlib memory level to 9, which improves compression
Enabled the "-max max_idat_size" option, even when max_idat_size
exceeds the default 1/2 megabyte size.
Added missing "png_ptr" argument to png_error() call
Revised the "-help" output slightly and improved the "-version" output.
The "-already[_crushed]" option is now ignored if the "-force" option
is present or if chunks are being added, deleted, or modified.
Improved "things_have_changed" behavior (now, when set in a particular file, it is not set for all remaining files)
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 3bb48980da5..bc5b9cc3f42 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 15:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/10 20:01:22 mjl Exp $ # -DISTNAME= pngcrush-1.5.1 +DISTNAME= pngcrush-1.5.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 0785042fcf3..5d3e507b6c9 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:24 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/10 20:01:22 mjl Exp $ -SHA1 (pngcrush-1.5.1.tar.gz) = a0b4a2f6fd20753e052753dafe94d0c4b5dffc27 -Size (pngcrush-1.5.1.tar.gz) = 290598 bytes +SHA1 (pngcrush-1.5.5.tar.gz) = b1c646cb067d42047215e19ebdb4d7498c50f81d +Size (pngcrush-1.5.5.tar.gz) = 304803 bytes |