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
Framereturned byReader::read_next_frame. Reader::fill_buffer,Reader::buffer_sizeandReader::line_length.
The decoder returns the raw indexed data.