/usr/share/doc/ImageMagick-c++
Edit: /usr/share/doc/ImageMagick-c++/ChangeLog (59713B)
2017-07-12 6.9.9-0 Dirk Lemstra
* For portability, Color() arguments must be Magick::Quantum (reference
https://github.com/ImageMagick/ImageMagick/issues/510).
2013-07-09 6.8.6-4 Dirk Lemstra
* Added combineImages, evaluateImages, mergeImageLayers, optimizeImageLayers
optimizePlusImageLayers and separateImages to STL.h (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=23699).
* Added support for the fill area flag ('^') and the pixel area
count limit flag ('@') to the Geometry class of Magick++ (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=23704).
2012-08-23 6.7.9-2 Cristy
* On rare occasions, PNG warnings triggered an assertion (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=23&t=21737).
2012-05-12 6.7.6-10 Cristy
* GravityType argument no longer ignored in Magick::Image::extent (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=21000).
2011-02-12 6.6.7-7 Cristy
* Add support for the strip() and stripImage() STL methods.
2011-02-01 6.6.7-2 Cristy
* Remove extra '+' in the geometry operator.
2010-06-16 6.6.2-2 Cristy
* Patch for compile problem in mapImages of the STL header.
2010-02-21 6.5.9-10 Cristy
* Add extent() to extend the image as defined by the geometry, gravity, and
image background color.
2009-11-14 6.5.7-8 Cristy
* Add forwardFourierTransform(), inverseFourierTransform(), and
inverseFourierTransformImage() methods to implement forward and inverse
discrete Fourier transform (DFT / IFT).
2009-09-28 6.5.6-6 Cristy
* Add splice() method to splice the background color into the image.
2009-04-01 6.5.1-1 Cristy
* Add virtualPixelMethod() method for image and options, required for
distort().
2008-09-09 6.4.3-7 Cristy
* Use ImagesToBlob() rather than ImageToBlob() for writeImages().
2007-10-02 6.3.6-7 Cristy
* Define USE_MAP for Magick++/tests/colorHistogram.cpp (patch provided by
albert chin ).
2007-04-10 6.3.3-7 Cristy
* Add colorspaceType(RGBColorspace) to set RGB colorspace before an
image read (useful to convert CMYK Postscript to RGB).
2006-02-05 6.3.2-3 Cristy
* Clear exception in throwException() method.
2006-01-16 6.3.2-0 Cristy
* Add extent() method to extend the image as defined by the geometry.
2003-12-04 Bob Friesenhahn
* demo/analyze.cpp (main): New program to demonstrate using the
'analyze' process module.
* demo/Makefile.am: Add rules to build analyze program.
* lib/Image.cpp (process): New method to execute process modules.
* lib/Image.cpp (attribute): New method to get and set named image
attributes.
2003-10-01 Bob Friesenhahn
* lib/Color.cpp: Ensure that all non-default constructors set
opacity to opaque.
2003-09-17 Bob Friesenhahn
* lib/Magick++/STL.h (colorHistogram): If map key is not const,
then implicit type conversion occurs. Sun's C++ compiler doesn't
seem to handle that. The map key is now defined as const in
the insert arguments.
2003-09-01 Bob Friesenhahn
* tests/Makefile.am: Add build support for colorHistogram.cpp.
* tests/colorHistogram.cpp: New test program to test retrieving
color histograms from the image using colorHistogram().
* lib/Magick++/STL.h (colorHistogram): Added new template function
to retrieve a color histogram into a user-provided container.
Verified to work when using STL and