Struct png::Decoder [] [src]

pub struct Decoder<R: Read> { /* fields omitted */ }
[]

PNG Decoder

Methods

impl<R: Read> Decoder<R>
[src]

[]

Reads all meta data until the first IDAT chunk

Trait Implementations

impl<R: Read> HasParameters for Decoder<R>
[src]