IMG_8TO24 Name
IMG_8TO24 Purpose
Convert an 8-bit image to 24-bit using a color lookup table.
Category
Calling Sequence
cimg = img_8to24(img, r, g, b) Inputs
img = Input 8-bit image. in
r,g,b = Option color table components. in
256 byte arrays for red, green, and blue.
May give one arg here which is the loadct index.
Default is the current color lookup table.
Keyword Parameters
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 2006 may 11
Copyright (C) 2006, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.