save indexed images in MATLAB -


i have image point curse showsenter image description here

x ,y index rgb

the index values important me , want save image , use later. when using

imwrite(im, 'importantim.png' , 'png') 

the created image not have index value. here resulting saved image (png format); enter image description here

i produce im , below

im=zeros([1204 1204]); 

with loop add data it.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -