Hi , just started programming in MATLAB and I have a question.
Image files can be written as RGB/GRAYSCALE/INDEXED and more types,
from what I saw in MATLAB you can read an image by using imread()
function
the only difference is what it returns.
[img,MAP] or img
how do I know which one I have to use for each image?
I do know about the imfinfo
function and how to get the ColorType
so it's more of an Image question than MATLAB.
thanks,
Despairy