C# Class SobekCM.Builder_Library.Modules.Items.CreateImageDerivativesModule

Item-level submission package module creates all the image derivative files from original jpeg and tiff files
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
Inheritance: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
Mostra file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
DoWork ( Incoming_Digital_Resource Resource ) : bool

Creates all the image derivative files from original jpeg and tiff files

Private Methods

Method Description
imageProcessor_Error_Encountered ( string NewMessage, long ParentLogID, string BibID_VID ) : void
imageProcessor_New_Task_String ( string NewMessage, long ParentLogID, string BibID_VID ) : void

Method Details

DoWork() public method

Creates all the image derivative files from original jpeg and tiff files
public DoWork ( Incoming_Digital_Resource Resource ) : bool
Resource Incoming_Digital_Resource Incoming digital resource object
return bool