Struct image::png::PNGDecoder
[−]
[src]
pub struct PNGDecoder<R: Read> { // some fields omitted }
PNG decoder
Methods
impl<R: Read> PNGDecoder<R>
fn new(r: R) -> PNGDecoder<R>
Creates a new decoder that decodes from the stream r