]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
Added checks for exceptions.
[imagemagick] / ChangeLog
index 52d37a8b08ab97830f70bf80ce23390068545ea8..c0fcccc6a81b4f94985a174d3a08ab428f72d90b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
+2012-04-27  7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
+  * Allow the use of set and escapes when no images in memory
+    (unless you attempt to access per-image meta-data)
+    Currently does not include %[fx:...] and %[pixel:...]
+
+2012-10-05  7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
+  * Rather than replicate 'options' into 'artifacts' make a link
+    from image to image_info and lookup a global option if no artifact
+    is defined.
+
 2012-09-11  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * sigmoidal-contrast:
   * Remove unnecessary initial ClampToQuantum.
 
 2012-09-10  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
-  * Direct computation, without LUT, of sigmoidal-contrast.
+  * sigmoidal-contrast:
+  * Direct computation, without LUT;
   * Fix re-declaration of i (at the top, and inside a conditional).
 
 2012-09-04  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>