Function load_png

Source
pub fn load_png<R: Read>(data: R) -> Result<ImageData>
Available on crate feature image only.
Expand description

Loads a PNG image from the given reader and returns its data.