Struct png::Decoder
[−]
[src]
pub struct Decoder<R: Read> { /* fields omitted */ }
PNG Decoder
Methods
impl<R: Read> Decoder<R>
[src]
pub fn new(r: R) -> Decoder<R>
[src]
pub fn read_info(self) -> Result<(OutputInfo, Reader<R>), DecodingError>
[src]
Reads all meta data until the first IDAT chunk