| Function or value | Description | 
| 
                
              
                  Full Usage: 
                   generatePath outputDirectory imageNameParameters: 
 string- 
                      The directory where the file will be locatedimageName : string- 
                      The name of the file or imageReturns: stringA full file path obtained by combining the output directory and image name | |
| 
                
              
                  Full Usage: 
                   toFlatArray array2DParameters: 
 'a[,]- 
                      The input 2D array to be flattenedReturns: 'a[]A 1D array containing all the elements of the input 2D array |