| Type | Description | 
| Function or value | Description | 
| 
                
                  Full Usage: 
                   processImages inputPath outputPath processingUnit imageEditorsList agentsSupportParameters: 
 string- 
                      The path where the input images are locatedoutputPath : string- 
                      The path where the processed images will be savedprocessingUnit : ProcessingUnits- 
                      The GPU platform to be used for processingimageEditorsList : Transformations list- 
                      A list of functions to be applied to the imagesagentsSupport : AgentsSupport- 
                      Specifies the level of agent support | 
 | 
| 
                
              
                  Full Usage: 
                   transformationsParserCPU transformationParameters: 
 Transformations- 
                      The transformation type to applyReturns: MyImage -> MyImageA CPU-based transformation function corresponding to the specified transformation type | 
 | 
| 
                
              
                  Full Usage: 
                   transformationsParserGPU clContext localWorkSizeParameters: 
 ClContext- 
                      The OpenCL context for GPU processinglocalWorkSize : int- 
                      The local work size for GPU computationReturns: Transformations -> MyImage -> MyImageA function that takes a transformation type and returns the corresponding GPU
 kernel function for applying the specified transformation | 
 
 |