Skip to main content

image_to_array

Function image_to_array 

Source
pub fn image_to_array(image: &DynamicImage) -> Array3<u8>
Expand description

Convert a DynamicImage to an HWC ndarray.

ยงPanics

Panics if the array cannot be created from the image pixels (e.g. dimension mismatch).