Trait AnimationDecoder

pub trait AnimationDecoder<'a>

AnimationDecoder trait

Required Methods

fn into_frames(self) -> Frames<'a>

Consume the decoder producing a series of frames.

Provided Methods

fn loop_count(&self) -> LoopCount

Loop count of the animated image.

By default, indicates the animation should run once. Formats may implement other defaults and read such metadata from the file.

Implementors