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

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -