Update GraphicsMagick to 1.3.3.

1.3.3 (December 9, 2008)
========================

Security Fixes:

  * None.

Bug fixes:

  * 'identify' was throwing an assertion when used on colormapped
    files (this bug was introduced by 1.3.2).

  * With the -segment option, eliminate trashing the image colors when
    used on huge images.

  * 'identify -format "%c"' now reports the entire comment regardless
    of size.

  * Argument to -convolve is no longer arbitrarily truncated so huge
    convolution kernels may now be specified from the command line.

Performance Improvements:

  * Image segmentation (-segment) is now accelerated using OpenMP and
    uses several other tactics to improve execution performance.

  * 'identify "*"' now successfully works in a 32-bit application when
    used in a directory containing a million files.

  * 'identify' now executes quickly when used on TIFF files.
This commit is contained in:
obache 2008-12-10 00:48:21 +00:00
parent 31b1189f96
commit 2fa72c7eb0
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.18 2008/11/30 01:02:50 obache Exp $
# $NetBSD: Makefile,v 1.19 2008/12/10 00:48:21 obache Exp $
#
DISTNAME= GraphicsMagick-1.3.2
DISTNAME= GraphicsMagick-1.3.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2008/11/30 01:02:50 obache Exp $
$NetBSD: distinfo,v 1.15 2008/12/10 00:48:21 obache Exp $
SHA1 (GraphicsMagick-1.3.2.tar.gz) = 6ad271b2f2e459e64d0dcd899a93cf4e6207732d
RMD160 (GraphicsMagick-1.3.2.tar.gz) = c1c0e6514b1261828d749ed115f98b732886afd7
Size (GraphicsMagick-1.3.2.tar.gz) = 7297848 bytes
SHA1 (GraphicsMagick-1.3.3.tar.gz) = 0e277e63ad68facd27ec19c76568bf81dd1f2837
RMD160 (GraphicsMagick-1.3.3.tar.gz) = 55b89c7d39c85109a6acd5a326815cddf397f9d0
Size (GraphicsMagick-1.3.3.tar.gz) = 7366311 bytes