]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
Accept defined compression-filter=6,7,8,9 to be consistent with -quality option.
[imagemagick] / ChangeLog
index 1108c824d8d6df075f2ce032247e1a8399662c8e..d3aa33002f2dd659ba0ddf8e589730a7cac81e7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+
+2011-07-01  6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Use zlib default compression strategy instead of Z_RLE and Z_FIXED
+    strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
+    respectively) that don't support them.
+
+2011-06-30  6.7.0-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-10.
+
+2011-06-30  6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Added PNG:compression-level, compression-strategy, and compression-filter
+    defines to the PNG encoder.  If these defines are used, they take
+    precedence over the -quality option (reference.
+    http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).
+
+2011-06-29  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
+    filtering when writing a MNG file and no filtering when writing a PNG file.
+  * Added support for Z_RLE strategy in the png compressor, using
+    -quality 98 or 99.
+
+2011-06-28  6.7.0-10 Cristy  <quetzlzacatenango@image...>
+  * Properly allocate points when render text with large font size (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).
+
+2011-06-25  6.7.0-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-9.
+
+2011-06-18  6.7.0-9 Cristy  <quetzlzacatenango@image...>
+  * Defend against corrupt PSD resource blocks.
+
+2011-06-15  6.7.0-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-8.
+
+2011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Initial implementation of Cylinder to/from Plane 3D Distorts
+    Includes derivative (scaled lookup), and anti-aliased 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 pixels 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-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
+    For example the incorrect counts produces a weird error, and possible
     future segmentation fault in a command like  convert rose: +border show:
 
 2011-04-30  6.6.9-7 Cristy  <quetzlzacatenango@image...>
   * 'verbose' filter plotting output using  -define "filter:verbose"
 
 2007-10-20  6.3.6-3 Anthony <anthony@griffith...>
-  * Further expandsion and handling of filters with expert options.
+  * Further expansion and handling of filters with expert options.
     -filter selects from a table of standard filter settings, while
     expert options allow complete selection of filter, windowing, support
     and blurring options.  Includes automatic switch from Sinc to Bessel
-    for operators using 2 dimentional cylindrical filter, rather than
-    two pass 1 dimentional orthogonal filters.
+    for operators using 2-dimensional cylindrical filter, rather than
+    two pass 1-dimensional orthogonal filters.
 
 2007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
   * Obsolete -support (set filter blur factor)
-  * Expandsion to add -set/define filter options
+  * Expansion to add -set/define filter options
 
 2007-10-12  6.3.6-2 Anthony <anthony@griffith...>
   * Least Squares coordinate handling added for -distort methods Affine,
     as panarama overlays.
   * Bug fix in handling transparency for EWA resampling.
   * Access to Resize Filter Functions from resize.c (for resample.c)
-    with posible future filter sources... Acquire/Destory/Call ResizeFilter()
+    with possible future filter sources... Acquire/Destory/Call ResizeFilter()
   * All resize filters added to resampling, but filter handling is incomplete.
 
 2007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>