Contains helper types and functions for image editing.
Type | Description |
Function or value | Description |
Full Usage:
flattenArray2D array2D
Parameters:
'a[,]
-
The 2D array to flatten.
Returns: 'a[]
A flattened 1D array.
|
|
Full Usage:
loadAsImage file
Parameters:
string
-
The path to the image file.
Returns: Image
The loaded image.
|
|
Full Usage:
saveImage image file
Parameters:
Image
-
The image to save.
file : string
-
The path to the output file.
|
|