Function or value | Description |
Full Usage:
generatePath outputDirectory imageName
Parameters:
string
-
The directory where the file will be located
imageName : string
-
The name of the file or image
Returns: string
A full file path obtained by combining the output directory and image name
|
|
Full Usage:
toFlatArray array2D
Parameters:
'a[,]
-
The input 2D array to be flattened
Returns: 'a[]
A 1D array containing all the elements of the input 2D array
|