The main module of the ImageProcessing application.
Type | Description |
Function or value | Description |
|
|
Full Usage:
isImg file
Parameters:
string
-
The file path to check.
Returns: bool
True if the file has an image extension; otherwise, false.
|
|
Full Usage:
main argv
Parameters:
string[]
-
The command-line arguments.
Returns: int
|
|
Full Usage:
runEditImage inputPath outputPath transformations strategy threads
Parameters:
InputPath
-
The input path for image files.
outputPath : OutputPath
-
The output path for processed images.
transformations : Transformation list
-
The list of transformations to apply to the images.
strategy : RunStrategy
-
The run strategy to use.
threads : uint
-
The number of threads or agents to use for processing.
Returns: int
An exit code.
|
|