pub fn save_gray_image( path: impl AsRef<Path>, image: NdGray<'_, u8>, ) -> ImageResult<()>
Saves a gray image using the image crate from a 3d array.
image