Enum gif::ColorOutput
[−]
[src]
pub enum ColorOutput { RGBA, Indexed, }
Output mode for the image data
Variants
RGBA | The decoder expands the image data to 32bit RGBA. This affects:
| |
Indexed | The decoder returns the raw indexed data. |