]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
Horizon validity (anti-aliased) added to Plane2Cylinder
[imagemagick] / ChangeLog
index 719f81a0cb02dcb7780383fe001deab0a25dbfae..a460bef0618b42e70a47c25cfca9682776e7fc32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+2011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Initial implementation of  Cylinder to/from Plane 3D Distorts
+    Includes deritive (scaled lookup), and anti-alised horizon (validity)
+    Currently can NOT handle extractions from full 360 cylinder panoramas.
+
+2011-06-13  6.7.0-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-7.
+
+2011-06-09  6.7.0-7 Cristy  <quetzlzacatenango@image...>
+  * Fixed "conversion from unsigned __int64 to double not implemented"
+    so IM can compile under VisualStudio 6.
+
+2011-06-08  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder would sometimes make black transparent when some
+    other gray level was supposed to be the transparent color (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
+    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
+    builds.
+
+2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-6.
+
+2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
+  * Fix transient error for composite over operator.
+
+2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-5.
+
+2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
+  * Fix one-off bug in option parser (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
+  * Transient bug with composite over in magick/composite-private.h.
+
+2011-06-06  6.7.0-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-4.
+
+2011-06-03  6.7.0-4 Cristy  <quetzlzacatenango@image...>
+  * Support -direction right-to-left for the label: and caption: coders.
+  * Blue / green reversed for JPEG-compressed TIFF images.
+
+2011-06-03  6.7.0-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-3.
+
+2011-06-02  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * Use memmove() instead of memcpy() in StripString().
+
+2011-05-27  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-2.
+
+2011-05-26  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * ImageMagick now compiles on Hurd (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
+  * Use vfprintf rather than fprintf in FormatLocaleFileList().
+
+2011-05-26  6.7.0-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-1.
+
+2011-05-25  6.7.0-1 Cristy  <quetzlzacatenango@image...>
+  * Not all Linux'es define locale_t (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).
+
+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.