Function rerun::external::eframe::icon_data::from_png_bytes

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.