]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
minor function documentation updates in "gemoerty.c"
[imagemagick] / ChangeLog
index b3f726112f13693c7a119cdb0fcc7f7127b76058..1e6726f886c2568b89bd60d4e219642844db5c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,37 @@
+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 'loosing' the other images of the 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 MogrigyImages() and MogrifyImage()
-    which improves overally handling, and allows correct %p, %n and the
+  * 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
 
@@ -18,7 +39,7 @@
   * New version 6.6.8-9.
 
 2011-03-25 6.6.8-9 Cristy  <quetzlzacatenango@image...>
-  * Add InterpolatePixelPacket() method.
+  * Add InterpolateMagickPixelPacket() method.
   * Add support for the %[opaque] property.
 
 2011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>