From a225ead25233a9d7e17c2a0710116a1b64586de3 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 21 Nov 2008 17:13:43 +0000 Subject: Changes 6.4.6.0: * Fixed bug for RGBO image @ line, plane and partition interlace. * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc. * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc. * GPS and multivalued EXIF properties support * Add TransparentPaintImageChroma() to MagickCore and transparentChroma() to Magick++. * Correct DPX frame position property label * Textures are no longer painted as the background color. * Update both fields of an EXIF resolution. * Support query-font-metrics MSL tag. * Do not set image colorspace for the MSL modulate tag. * Off by one error when computing affine in DrawAffineImage() * Fixed local adaptive thresholding when using an offset * Set SetImagePixels() rather than SyncImagePixelCache() to update the pixel cache morphology. * Set explicit image format for BlobToImage() * p_thread_t is an aggregate under MinGW. --- graphics/ImageMagick/Makefile.common | 4 ++-- graphics/ImageMagick/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 1688b4a709b..2aaa6a98787 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.78 2008/10/28 10:42:02 adam Exp $ +# $NetBSD: Makefile.common,v 1.79 2008/11/21 17:13:43 adam Exp $ ########################################################################### # @@ -9,7 +9,7 @@ # ########################################################################### -IM_MAJOR_VER= 6.4.5 +IM_MAJOR_VER= 6.4.6 IM_MINOR_VER= 0 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index bd556c8026b..3df47938c50 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.93 2008/10/28 10:42:02 adam Exp $ +$NetBSD: distinfo,v 1.94 2008/11/21 17:13:43 adam Exp $ -SHA1 (ImageMagick-6.4.5-0.tar.bz2) = 6c7c7cc2ac1ab3357ba22556c0c14d309256eb68 -RMD160 (ImageMagick-6.4.5-0.tar.bz2) = ab4eb282ccacfab257dbd5dcbca98aa5a6a472f5 -Size (ImageMagick-6.4.5-0.tar.bz2) = 8856833 bytes +SHA1 (ImageMagick-6.4.6-0.tar.bz2) = 954a441c5f5d23b9e2cb92906087a85a0bbb6e59 +RMD160 (ImageMagick-6.4.6-0.tar.bz2) = af3f2ebba041798099fd221995c42f3174862904 +Size (ImageMagick-6.4.6-0.tar.bz2) = 8900267 bytes -- cgit v1.2.3