Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7931:de26beacb20f
imread.m: simplify; loadimage.m: deprecate
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 16 Jul 2008 12:55:48 -0400 |
parents | 1f6eb3de1c4e |
children | 85d6296d51e1 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,13 @@ 2008-07-16 John W. Eaton <jwe@octave.org> + * deprecated/loadimage.m: New file. + * deprecated/Makefile.in (SOURCES): Add it to the list. + * image/loadimage.m: Delete. + * image/Makefile.in (SOURCES): Remove it from the list. + * image/imread.m: Incorporate loadimage functionality here. + Simplify. + * image/imshow.m: Call imread, not loadimage. + * image/__img__.m: Set clim for true-color integer data. * image/imshow.m: Don't convert integer true-color data to double.