Function arrayfire::save_image[][src]

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

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