pub fn load_png<R: Read + Seek>(data: R) -> Result<ImageData>
image
Loads a PNG image from the given reader and returns its data.