]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
minor function documentation updates in "gemoerty.c"
[imagemagick] / ChangeLog
index 3980525e3f4e7e2a2425525ad9e1b4a10e50bd6b..1e6726f886c2568b89bd60d4e219642844db5c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,54 @@
+2011-03-29  6.6.9-2 Cristy  <quetzlzacatenango@image...>
+  * Expand PCL compressed pixel buffer to prevent delta compressed overrun.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-1.
+
+2011-03-29 6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its
+    coordinate handling, as originally defined.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * Support -statistic standard-deviation option.
+  * Patch for coders/dcm.c so it compiled with HDRI enabled.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-0.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * Optimize bilinear interpolation.
+  * Remove version from etc folder and instead use /etc/ImageMagick.
+
+2011-03-28 6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Separated complex cropping function from TransformImage() as a new
+    function CropImageToTiles().  This new function returns either the
+    new cropped image, or a list of tiles, according to geometry, without
+    replacing the source image. The Source image may be part of a larger list
+    of images, without the function 'losing' the other images of the list.
+
+2011-03-27  6.6.8-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-10.
+
+2011-03-27 6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Modified image handling in MogrifyImages() and MogrifyImage()
+    which improves overall handling, and allows correct %p, %n and the
+    %[fx:..] 't' and 'n' escape usage to work correctly.
+  * Added -duplicate as a multi-image sequence operator
+
+2011-03-26  6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-9.
+
+2011-03-25 6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * Add InterpolateMagickPixelPacket() method.
+  * Add support for the %[opaque] property.
+
 2011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
   * New version 6.6.8-8.
 
 2011-03-25 6.6.8-8 Cristy  <quetzlzacatenango@image...>
   * Fix memory access bug in CloneString() (reference
     http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18382).
+  * Avoid infinite loop when no space is available in MagickFormatCaption().
 
 2011-03-25 6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
   * Removed the fix for %p and %n escapes, as it was not working right
@@ -17,7 +62,7 @@
 
 2011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
   * Another fix for -sparse-color and unused color channels
-  * Finialize the -duplicate option created by Cristy
+  * Finalize the -duplicate option created by Cristy
   * Fix of segmentation fault for second image in %[fx:..] during info:
     (Bug in AcquireFxInfo(), as given start image is not first image)
 
@@ -25,7 +70,7 @@
   * Revised the PNG8 encoder to use 50% threshold instead of 0% when
     reducing transparency to binary.  Collapse all resulting fully transparent
     colors into one (the background color), to reduce the compressed filesize.
-  * First try the 4-4-4 and 3-3-3 palettes instead of 3-3-2, to preserve
+  * First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve
     colors (especially gray) better, when reducing to PNG8.
   * Force the PNG encoder to return image->matte==MagickTrue when the
     format is RGBA or GA or if the tRNS chunk is present, even when the