diff options
author | rh <rh@pkgsrc.org> | 2000-07-23 10:31:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-23 10:31:51 +0000 |
commit | 9a82057cf8e1998ea2613a1cca685d7c15908e61 (patch) | |
tree | a36ed2249384aaf0f70b6b03ce6406763ad39a38 /graphics | |
parent | 0efab15a7d7bda2d99fbcc3e9bb181b21d9e2180 (diff) | |
download | pkgsrc-9a82057cf8e1998ea2613a1cca685d7c15908e61.tar.gz |
Update pngcrush to 1.4.8.
Changes include:
Version 1.4.8
* Detect and remove all-opaque alpha channel.
* Detect and reduce all-gray truecolor images to grayscale.
Version 1.4.7
* Restored the "-ext" option that was inadvertently overridden
with a new "-exit" option in version 1.4.6 ("-exit" is used to
force an "exit" instead of a "return" from the main program).
Version 1.4.6
* Fixed bug in color-counting of noninterlaced images.
* Added capability of processing multiple rows at a time
(disabled by default because it turns out to be no faster).
* Replaced "return" statements in main() with "exit" statements.
User can force exit instead of return with "-exit" argument.
* Added the UCITA disclaimers to the help output.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 85c5d3d2016..12c1c8e24b7 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/07/05 15:15:11 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/23 10:31:51 rh Exp $ # -DISTNAME= pngcrush-1.4.5 +DISTNAME= pngcrush-1.4.8 CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/pmt/ diff --git a/graphics/pngcrush/files/md5 b/graphics/pngcrush/files/md5 index c0343c1cd53..f644472d176 100644 --- a/graphics/pngcrush/files/md5 +++ b/graphics/pngcrush/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/07/05 15:15:11 rh Exp $ +$NetBSD: md5,v 1.6 2000/07/23 10:31:52 rh Exp $ -MD5 (pngcrush-1.4.5.tar.gz) = 9126cc65a5a9a811a55df503b428fd21 +MD5 (pngcrush-1.4.8.tar.gz) = 002208c9134f2f3176cf80a4e55d09ef |