to Image
Writes an F64Array to an image file.
Receiver
The image array. See F64Array.fromImage for the format.
Since
1.4.1
Parameters
file
The image file to write to. Valid file extensions are .png, .jpg, and .webp.
Deprecated
Use array.image instead
Replace with
image.toImage(file)Content copied to clipboard
Writes an F64Array to an image file.
Receiver
The image array. See F64Array.fromImage for the format.
Since
1.4.0
Parameters
file
The image file to write to. Valid file extensions are .png, .jpg, and .webp.