# HG changeset patch # User Thomas Weber # Date 1211366581 -7200 # Node ID b4086f8df4e57e1bc102830634f412695463ca67 # Parent 82be108cc5583e5ddef84f8948825bb96f43d2af imshow() can only load Octave's native image format diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-05-21 Thomas Weber + + * image/imshow.m: imshow() can only load Octave's native image + format + 2008-05-20 David Bateman * miscellaneous/single.m: Remove. diff --git a/scripts/image/imshow.m b/scripts/image/imshow.m --- a/scripts/image/imshow.m +++ b/scripts/image/imshow.m @@ -37,7 +37,7 @@ ## image using the supplied color map. ## ## If a file name is given instead of an image, the file will be read and -## shown. +## shown. The file must be in Octave's native image format. ## ## If given, the parameter @var{string_param1} has value ## @var{value1}. @var{string_param1} can be any of the following: