Converts indexed images to true color
rgb = ind2rgb(ind, cmap)
ind2rgb converts an indexed image storage to RGB (direct) truecolor storage.
ind2rgb
initial_dir = PWD; chdir (SIPDIR + 'images'); [Img,map] = imread('indian.bmp'); clf imshow(Img, map); RGB = ind2rgb(Img, map); imshow(RGB); chdir(initial_dir);
http://siptoolbox.sf.net