Update GraphicsMagick to 1.3.11.
1.3.11 (February 21, 2010) ========================== Security Fixes: * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. Bug fixes: * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. New Features: * Added a -thumbnail command to 'convert' and 'mogrify'. This is a faster way to scale down the image when speed is a primary concern. * Added a -extent command to 'convert' and 'mogrify' which composites the image on top of a backing canvas image of solid color. * Added support for -compose to the 'convert' and 'mogrify', which were documented to support it (but did not). Feature improvements: * None Performance Improvements: * Requests for 'Over' and 'Atop' composition are converted to a request for the (faster) 'Copy' composition when both images are opaque. Behavior Changes: * None
This commit is contained in:
parent
de6ac7ebaf
commit
d0b85b8c46
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2010/02/11 06:43:55 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2010/02/22 06:10:32 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= GraphicsMagick-1.3.10
|
||||
DISTNAME= GraphicsMagick-1.3.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
|
||||
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.23 2010/02/11 06:43:55 obache Exp $
|
||||
$NetBSD: distinfo,v 1.24 2010/02/22 06:10:32 obache Exp $
|
||||
|
||||
SHA1 (GraphicsMagick-1.3.10.tar.gz) = 80b446491633472dc880b6b53aff1d972b2c5734
|
||||
RMD160 (GraphicsMagick-1.3.10.tar.gz) = a82f9b82530b1907336c0c0ef4beb5073bd90339
|
||||
Size (GraphicsMagick-1.3.10.tar.gz) = 7997262 bytes
|
||||
SHA1 (GraphicsMagick-1.3.11.tar.gz) = 83c6e0299a0e9c36f035a3245cda91575de327a5
|
||||
RMD160 (GraphicsMagick-1.3.11.tar.gz) = e030002c876c78fe0c2eb5784a92478f896e79c6
|
||||
Size (GraphicsMagick-1.3.11.tar.gz) = 7978002 bytes
|
||||
|
|
Loading…
Reference in a new issue