BatchProcessor Class |
Namespace: CohesiveComputing.Imaging
public sealed class BatchProcessor : IDisposable
The BatchProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| Cancelled |
Returns true if the last batch operation was cancelled.
| |
| ErrorCount |
Gets the error count of the last batch opperation.
| |
| FailOnErrorCount |
Gets the number of errors after which batch processing is cancelled.
|
| 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.) |
| Name | Description | |
|---|---|---|
| Error |
Error event triggers for errors during either load, process or store operations.
| |
| Progress |
Progress event triggers for every image whose workflow steps are completed without error.
|