Struct image::codecs::png::ApngDecoder
source · pub struct ApngDecoder<R: Read> { /* private fields */ }Expand description
An AnimationDecoder adapter of PngDecoder.
See PngDecoder::apng for more information.
Trait Implementations§
source§impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>
impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>
source§fn into_frames(self) -> Frames<'a> ⓘ
fn into_frames(self) -> Frames<'a> ⓘ
Consume the decoder producing a series of frames.