changeset 512:07c981beafdf

image: update NEWS
author carandraug
date Mon, 05 Dec 2011 04:42:34 +0000
parents 9135e5461550
children f228616f62ef
files NEWS
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@
       imhist
       conndef
       isbw
+      isgray
+      isrgb
+      isind
 
  ** `isbw' now defines a black-and-white image as a binary non-sparse
     matrix. This is compatible with matlab. To use the old behaviour,
@@ -40,3 +43,5 @@
     For backwards compatibility, if a non-logical matrix of 0 and 1 is
     used as input, `isbw' will still return true but a warning will be
     issued since this will deprecated later.
+
+ ** `isrgb' now returns false for logical matrix.