Skip to main content

image_to_rgb8

Function image_to_rgb8 

Source
pub fn image_to_rgb8(
    input: DynamicImage,
) -> Result<impl OwnedImageStride<RGB8>, Error>
Expand description

Convert an input image::DynamicImage to an RGB8 image.