Function pixels_graphics_lib::prelude::convert_image
source · pub fn convert_image(image: DynamicImage) -> Result<Image, ImageWrapperError>
Expand description
Convert a [DynamicImage] from the image
crate into an Image
pub fn convert_image(image: DynamicImage) -> Result<Image, ImageWrapperError>
Convert a [DynamicImage] from the image
crate into an Image