save_image

Function save_image 

Source
pub fn save_image<T>(filename: String, input: &Array<T>)
where T: HasAfEnum + RealNumber,
Expand description

Save an Array to an image file

ยงParameters

  • filename is the abolute path(includes filename) at which input Array is going to be saved
  • input is the Array to be stored into the image file