Function arrayfire::save_image [] [src]

pub fn save_image(filename: String, input: &Array)

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