The following tables list the members exposed by ImageProcessing.
Name | Description | |
---|---|---|
ImageProcessing | Initializes a new instance of ImageProcessing. |
Name | Description | |
---|---|---|
abort | Abort the current image processing. | |
run | Run the current image processing. |
Name | Description | |
---|---|---|
arguments | Get the dictionary to add the arguments for the current image processing command to. | |
command | Gets or sets the name of the image processing command to run. | |
imageData | Gets or sets the source HTML5 canvas image data. | |
isRunning | Gets a value that indicate whether the image processing command is currently running. | |
jsFilePath | Gets or sets the path to JavaScript file containing the image processing functions to use. | |
runInMainThread | Force running this image processing operation in the current thread. |
Name | Description | |
---|---|---|
completed | Occurs when the command finishes running. | |
error | Occurs when an error occurs when the command is running. | |
progress | Occurs while the command is running to provide progress report. |