diff options
author | adam <adam@pkgsrc.org> | 2004-11-29 09:05:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-29 09:05:46 +0000 |
commit | 006075cc767c20f427559032a02d9e7d25ac7170 (patch) | |
tree | 1a32f5cd491c2ba1da841b6687137119fc1ec788 /graphics/ImageMagick/PLIST | |
parent | a1782a0c8a71c019485088d4fff3c5266ad20ec9 (diff) | |
download | pkgsrc-006075cc767c20f427559032a02d9e7d25ac7170.tar.gz |
Chamges 6.1.5-7:
* The black channel offset was incorrectly computed when compositing causing
a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics(). Its like QueryTypeMetrics()
but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
Diffstat (limited to 'graphics/ImageMagick/PLIST')
-rw-r--r-- | graphics/ImageMagick/PLIST | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index f5591ef06b2..8ec811b8112 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2004/11/22 16:28:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.27 2004/11/29 09:05:46 adam Exp $ bin/Magick++-config bin/Magick-config bin/Wand-config @@ -92,7 +92,10 @@ include/magick/utility.h include/magick/version.h include/magick/widget.h include/magick/xwindow.h -include/wand/pixel_wand_private.h +include/wand/drawing_wand.h +include/wand/magick_wand.h +include/wand/pixel_iterator.h +include/wand/pixel_wand.h lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/colors.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/configure.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/delegates.xml |