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