pub fn open_image<P>(path: P) -> Result<Image, ImageWrapperError>
where P: AsRef<Path>,
Expand description

Load an image (png, bmp, etc) as Image