pub fn save_image( path: impl AsRef<Path>, image: NdColor<'_, u8>, colors: Colors, ) -> ImageResult<()>
Saves a color image using the image crate from a 3d array.
image