Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Nicolás
Posts:
11
Registered:
10/18/12
|
|
Imwrite with colormap
Posted:
Oct 19, 2012 5:25 AM
|
|
Good morning.
I am trying to use imwrite to save a image with a colormap( for example, 'jet'), and with a value of 25 levels, such as this:
imwrite(handles.image,handles.colorMap,filename,pathname);
However, the image is not saved with the value of levels established previously. Thus the image is saved with a value of 256 leves, instead of 25.
Anyone knows do it?
Thanks in advance.
|
|
|
|