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