changeset 629:b490674d13c7

image: mention changes of mat2gray on NEWS
author carandraug
date Sat, 29 Sep 2012 17:10:20 +0000
parents 22009b99ee6b
children 039a1c0141b3
files NEWS
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,13 @@
     and return a matrix of the values found. Its documentation has been
     expanded (as well as an explanation of TIFF structure on the source)
 
+ ** For sake of matlab compatibility, the behaviour of `mat2gray' has been
+    greatly changed. Among the changes, it will no longer swap the minimum and
+    maximum options if the first is larger than the later. Instead, will return
+    the image complement after truncation. Also, when the maximum and minimum
+    values are equal, `mat2gray' will truncate all values between 0 and 1. See
+    the help text (or source) for a detailed description of cautions.
+
  ** Package is now dependent on GNU Octave version 3.6.0 or later.
 
  ** Package is now dependent on the signal package version 1.2.0 or later..