Image_Derivative_Creation_Processor Class
Proceessor class is used for creatig image derivatives for a single package
destined for a SobekCM library, including thumbnails, jpeg images, and a service jpeg2000 file
Namespace: SobekCM.Resource_Object.UtilitiesAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class Image_Derivative_Creation_Processor |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Utilities..::..Image_Derivative_Creation_Processor
Constructors
Methods
Properties
| Name | Description |
---|
| Kakadu_Failures | Gets the count of the number of failures Kakadu experienced while creating JPEG2000 derivatives |
Events
| Name | Description |
---|
| Error_Encountered | Custom event is fired when an error is encountered during image creation. |
| New_Progress | Custom event is fired when the progress bar
on the main form needs to change. |
| New_Task_String | Custom event is fired when the task string on the
main form needs to change. |
| Process_Complete | Custom event is fired when all processing is complete |
See Also