changeset 642:1a186da3e07c

image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
author carandraug
date Tue, 02 Oct 2012 07:16:12 +0000
parents 1eb2eff01e06
children 753e9f54604f
files INDEX NEWS inst/analyze75write.m
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/INDEX
+++ b/INDEX
@@ -84,6 +84,7 @@
 Read/write
  analyze75info
  analyze75read
+ analyze75write
  bmpwrite
  readexif
  tiff_tag_read
@@ -112,10 +113,13 @@
  graythresh
  im2bw
  im2double
+ im2int16
+ im2single
  im2uint8
  im2uint16
  imdither
  isbw
+ iscolormap
  isgray
  isind
  isrgb
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@
 
       analyze75info
       analyze75read
+      analyze75write
       blockproc
       bwlabeln
       getrangefromclass
@@ -32,6 +33,9 @@
 
       imginfo
 
+ ** The complete set of functions to work with Analyze 7.5 files has been
+    implemented. See `analyze75info', `analyze75read' and `analyze75write'.
+
  ** `graythresh' can optionally accept an histogram rather than an image.  This
     allows for preprocessing of the histogram previous to an automatic threshold
     selection.
old mode 100755
new mode 100644