I have an indexed image in matlab that I want to write it out as a 32 bit RGB or grayscale so that if I open it in Photoshop and color pick the values in Photoshop I get the exact values of the indexed image in Matlab.
I was not able to get a 32 bit image from ind2rgb
.
Any way to do this?