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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4a00f3a31857
children 2289cafef60d
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
40 ## Note: if the colormap contains only two entries and these entries are 40 ## Note: if the colormap contains only two entries and these entries are
41 ## black and white, the bitmap ppm and PostScript formats are used. If the 41 ## black and white, the bitmap ppm and PostScript formats are used. If the
42 ## image is a gray scale image (the entries within each row of the colormap 42 ## image is a gray scale image (the entries within each row of the colormap
43 ## are equal) the gray scale ppm and PostScript image formats are used, 43 ## are equal) the gray scale ppm and PostScript image formats are used,
44 ## otherwise the full color formats are used. 44 ## otherwise the full color formats are used.
45 ## @seealso{loadimage, save, load, colormap}
45 ## @end deftypefn 46 ## @end deftypefn
46 ##
47 ## @seealso{loadimage, save, load, and colormap}
48 47
49 ## The conversion to PostScript is based on pbmtolps.c, which was 48 ## The conversion to PostScript is based on pbmtolps.c, which was
50 ## written by 49 ## written by
51 ## 50 ##
52 ## George Phillips <phillips@cs.ubc.ca> 51 ## George Phillips <phillips@cs.ubc.ca>