comparison scripts/image/loadimage.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ec8c33dcd1bf
children 28e8abe7027e
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} loadimage (@var{file}) 21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} loadimage (@var{file})
22 ## Load an image file and it's associated color map from the specified 22 ## Load an image file and it's associated color map from the specified
23 ## @var{file}. The image must be stored in Octave's image format. 23 ## @var{file}. The image must be stored in Octave's image format.
24 ## @seealso{saveimage, load, save}
24 ## @end deftypefn 25 ## @end deftypefn
25 ##
26 ## @seealso{saveimage, load, and save}
27 26
28 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 27 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
29 ## Created: July 1994 28 ## Created: July 1994
30 ## Adapted-By: jwe 29 ## Adapted-By: jwe
31 30