]> granicus.if.org Git - imagemagick/blobdiff - ChangeLog
Added checks for exceptions.
[imagemagick] / ChangeLog
index 669b0506ba04a462060eba70ccec4b3991c0d9fd..c0fcccc6a81b4f94985a174d3a08ab428f72d90b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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...>
+  * 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...>
   * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).