pub fn from_raster_bytes( bytes: impl Into<Cow<'static, [u8]>> + AsRef<[u8]> + Send + Sync + 'static, ) -> Handle
Create an image handle from memory.