|
Converts the image from indexed color to component color.
Converts any chromakeys to masks. Eliminates any decode arrays.
The Indexed color space is used for palletized color. Each item
in the palette is defined in terms of a base color space such as
DeviceRGB. Palettes can hold up to 256 entries.
After an indexed color image has been realized it is no longer
compressed. You may wish to compress it using the StreamObject.Compress
method.
|