[−][src]Function arrayfire::save_image
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 savedinput
is the Array to be stored into the image file