pub fn from_png_bytes(png_bytes: &[u8]) -> Result<IconData, ImageError>
Expand description

Load the contents of .png file.

§Errors

If this is not a valid png.