diff options
author | mjl <mjl@pkgsrc.org> | 2001-06-10 20:01:22 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-06-10 20:01:22 +0000 |
commit | 496cdb307348cd5e8b2bc07022137b755f490baf (patch) | |
tree | 81a01fe593d308fb4a5d8edb67127f277b948ac3 /graphics/pngcrush/distinfo | |
parent | ff2bd6a422730f948b328fd099b9550bb677fbac (diff) | |
download | pkgsrc-496cdb307348cd5e8b2bc07022137b755f490baf.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)
Diffstat (limited to 'graphics/pngcrush/distinfo')
-rw-r--r-- | graphics/pngcrush/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
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 |