BatchProcessor Methods |
The BatchProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the current batch process.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ForEachImage |
Loads images (jpg, png and bmp) from basePath (and sub directories), applies processImgFunc() to image, and writes new image to
destBasePath with destSuffix appended to the file name.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| StartWorkFlow(IEnumerableString, String, FuncLoadImageArgs, IBitmapImage, FuncProcessImageArgs, IBitmapImage, ActionStoreImageArgs) |
Starts a three step workflow for loading, processing and storing images
| |
| StartWorkFlow(IEnumerableString, String, String, FuncLoadImageArgs, IBitmapImage, FuncProcessImageArgs, IBitmapImage, ActionStoreImageArgs) |
Starts a three step workflow for loading, processing and storing images
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |