Function pixels_graphics_lib::prelude::open_image
source · pub fn open_image<P>(path: P) -> Result<Image, ImageWrapperError>where
P: AsRef<Path>,
Expand description
Load an image (png, bmp, etc) as Image
pub fn open_image<P>(path: P) -> Result<Image, ImageWrapperError>where
P: AsRef<Path>,
Load an image (png, bmp, etc) as Image