[−][src]Enum gif::ColorOutput
Output mode for the image data
Variants
RGBA
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
.
Indexed
The decoder returns the raw indexed data.
Trait Implementations
impl<R: Read> Parameter<Decoder<R>> for ColorOutput
[src][+]
impl PartialEq<ColorOutput> for ColorOutput
[src][+]
impl Debug for ColorOutput
[src][+]
Auto Trait Implementations
impl Unpin for ColorOutput
impl Sync for ColorOutput
impl Send for ColorOutput
impl UnwindSafe for ColorOutput
impl RefUnwindSafe for ColorOutput
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,