Image Type
  | 
Interpretation
  | 
Binary
  | 
Logical array containing only 0's and 1's, interpreted as black and white, respectively. Also known as a bilevel image.
  | 
Indexed
  | 
Array of class logical, uint8, uint16, single, or double whose pixel values are direct indices into a colormap. The colormap is an m-by-3 array of class double. Also known as a pseudocolor image. Note: For single or double arrays, integer values range from [1, p]. For logical, uint8, or uint16 arrays, values range from [0, p-1]
  | 
Grayscale 
  | 
Array of class uint8, uint16, int16, single, or double whose pixel values specify intensity values. Also known as a intensity image Note: For single or double arrays, values range from [0, 1]. For uint8, values range from [0,255]. For uint16, values range from [0, 65535]. For int16, values range from [-32768, 32767].
  | 
Truecolor 
  | 
m-by-n-by-3 array of class uint8, uint16, single, or double whose pixel values specify intensity values. Also known as an RGB image. Note: For single or double arrays, values range from [0, 1]. For uint8, values range from [0, 255]. For uint16, values range from [0, 65535]. 
  | 
 
© 1994-2005 The MathWorks, Inc.