Type Definition nannou::image::codecs::png::PNGReader[][src]

type PNGReader<R> = PngReader<R>;
👎 Deprecated:

Use PngReader instead

Expand description

PNG Reader

An alias of PngReader.

TODO: remove