save_image

Function save_image 

Source
pub fn save_image(
    path: impl AsRef<Path>,
    image: NdColor<'_, u8>,
    colors: Colors,
) -> ImageResult<()>
Expand description

Saves a color image using the image crate from a 3d array.