load_png

Function load_png 

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

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