]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
(no commit message)
[imagemagick] / ChangeLog
index 68080013f0ee2a33a14902799165b621cf47fdd5..c1a8421876efb08a9fc23ddf7b6d9e0f22a60db4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,65 @@
+2011-05-22  6.7.0-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-0.
+
+2011-05-21  6.7.0-0 Cristy  <quetzlzacatenango@image...>
+  * Avoid fault on corrupt JPEG images.
+  * Avoid fault on certain DJVU images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
+  * Fix -fx to interpret scientfic notation properly.
+
+2011-05-20  6.6.9-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-10.
+
+2011-05-20  6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder now respects the -depth setting, including 1, 2, 4.
+    Previously settings other than 8 and 16 were ignored (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412). 
+
+2011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
+  * Don't use comma as a separator for stroked text (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
+  * Use C locale when generating or interpretting SVG.
+  * Fix "unterminated macro" for Q32 build of coders/png.c.
+
+2011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-9.
+
+2011-05-14  6.6.9-9 Cristy  <quetzlzacatenango@image...>
+  * The -scale option now considers the alpha channel when scaling.
+  * Fix transient bug for HSL to RGB and back.
+
+2011-05-12  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
+    plus transparency, by merging the two darkest red colors.
+
+2011-05-04  6.6.9-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-8.
+
+2011-05-02  6.6.9-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed some cut-and-paste errors in new png.c code that caused PNG8
+    reductions to fail.
+
+2011-05-02  6.6.9-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Add various Option Flags, and fix option skip counts for plus forms
+    of simple operators where plus form is the same as minus form.
+    For example the incorrect counts produces a weird error, and posible
+    future segmentation fault in a command like  convert rose: +border show:
+
+2011-04-30  6.6.9-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-7.
+
+2011-04-30  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix FX default for interpolation to Bilinear.
+
+2011-04-27  6.6.9-7 Cristy  <quetzlzacatenango@image...>
+  * Fix pixel interpolation for -draw image over (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
+
 2011-04-26  6.6.9-7 Glenn Randers-Pehrson <glennrp@image...>
-  * Write the proper bKGD chunk value in grayscale PNG images.
+  * Write the proper bKGD chunk value in grayscale PNG images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
 
 2011-04-25  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
-  * Separate simple image operations from 'region' wrappers.
   * Added Inverse method for Sparse Color Interpolation
 
 2011-04-24  6.6.9-6 Cristy  <quetzlzacatenango@image...>
   * The webp format requires the webpconv delegate program (experimental).
 
 2010-10-05  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
-  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to
+  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivalent to
     the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
     This also is very similer to a Mitchell filter but specifically designed
     for EWA use and is the new default filter for Distorting Images.
     distorts, just set this, the scale the result back to a normal size.
 
 2008-07-27  6.4.2-5 Anthony <anthony@griffith...>
-  * Rewrite on coefficent handlig for DistortImages so allow for generation
+  * Rewrite on coefficient handlig for DistortImages so allow for generation
     by other operators (SparseColor), and addition of verbose output of
-    equivelent -fx functions for DistortImages to report of the internal
-    coefficents that was calculated, and who they are used.
+    equivalent -fx functions for DistortImages to report of the internal
+    coefficients that was calculated, and who they are used.
   * Initial implementation of SparseColor for interpolated gradients from
     sparsely separated points of color (or posibily other forms of arguments)
   * New distortion Barrel as defined by Helmut Dersch options A,B,C,D