Changes 1.7.38:
* Bail out of a trial if byte count exceeds best byte count so far. * Added -bail and -nobail options. Use -nobail to get a complete report of filesizes. * Added -blacken option, to enable changing the color samples of any fully-transparent pixels to zero in PNG files with color-type 4 or 6, potentially improving their compressibility.
This commit is contained in:
parent
43aefd2900
commit
a69516c0b4
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.62 2012/09/03 05:27:39 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.63 2012/10/03 11:03:59 adam Exp $
|
||||
|
||||
DISTNAME= pngcrush-1.7.37-nolib
|
||||
DISTNAME= pngcrush-1.7.38-nolib
|
||||
PKGNAME= ${DISTNAME:C/-nolib//}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.44 2012/09/03 05:27:39 adam Exp $
|
||||
$NetBSD: distinfo,v 1.45 2012/10/03 11:03:59 adam Exp $
|
||||
|
||||
SHA1 (pngcrush-1.7.37-nolib.tar.xz) = 43f9083d329df07f29cda57c4e5d947410394e29
|
||||
RMD160 (pngcrush-1.7.37-nolib.tar.xz) = d42ad310c5294c2c2311d1a9d98da4c628a188e1
|
||||
Size (pngcrush-1.7.37-nolib.tar.xz) = 50544 bytes
|
||||
SHA1 (pngcrush-1.7.38-nolib.tar.xz) = 0e7fb685d89d809bdb9f144cb522f1c25cbf5899
|
||||
RMD160 (pngcrush-1.7.38-nolib.tar.xz) = c182dd6147ebdfbe660fd22fee57394f7336de9b
|
||||
Size (pngcrush-1.7.38-nolib.tar.xz) = 51344 bytes
|
||||
SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e
|
||||
|
|
Loading…
Reference in a new issue