Enum gif::ColorOutput [−][src]
#[repr(u8)] pub enum ColorOutput { RGBA, Indexed, }
Expand description
Output mode for the image data
Variants
The decoder expands the image data to 32bit RGBA. This affects:
- The buffer buffer of the
Frame
returned byReader::read_next_frame
. Reader::fill_buffer
,Reader::buffer_size
andReader::line_length
.
The decoder returns the raw indexed data.