diff options
author | adam <adam> | 2008-11-21 17:13:43 +0000 |
---|---|---|
committer | adam <adam> | 2008-11-21 17:13:43 +0000 |
commit | 882d4284401c8bf3c1accd3823f3e865b32ed6dc (patch) | |
tree | 4d346af2d8848c9c3b2a690db7fe1b9b2178dc98 /graphics/ImageMagick | |
parent | 0e8f1d8fec2b23d830f3a0373ae1d95c6bceada8 (diff) | |
download | pkgsrc-882d4284401c8bf3c1accd3823f3e865b32ed6dc.tar.gz |
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.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 | ||||
-rw-r--r-- | 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 |