pub fn save_image<T>(filename: String, input: &Array<T>)where
T: HasAfEnum + RealNumber,Expand description
Save an Array to an image file
ยงParameters
filenameis the abolute path(includes filename) at which input Array is going to be savedinputis the Array to be stored into the image file