Trait AnimationDecoder
trait AnimationDecoder<'a>
AnimationDecoder trait
Required Methods
fn into_frames(self: Self) -> Frames<'a>Consume the decoder producing a series of frames.
Implementors
impl<'a, R: BufRead + Seek + 'a> AnimationDecoder for ApngDecoder<R>impl<'a, R: BufRead + Seek + 'a> AnimationDecoder for GifDecoder<R>impl<'a, R: 'a + BufRead + Seek> AnimationDecoder for WebPDecoder<R>