C# 클래스 SobekCM.Builder_Library.Modules.Items.CreateImageDerivativesKakaduModule

Item-level submission package module creates all the image derivative files from original jpeg and tiff files by utilizing Kakadu for the JPEG2000 creation and ImageMagick for the JPEG creation
This class implements the abstractSubmissionPackageModule abstract class and implements the iSubmissionPackageModule interface.
상속: SobekCM.Builder_Library.Modules.Items.abstractSubmissionPackageModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
DoWork ( Incoming_Digital_Resource Resource ) : bool

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

비공개 메소드들

메소드 설명
imageProcessor_Error_Encountered ( string NewMessage, long ParentLogID, string BibID_VID ) : void
imageProcessor_New_Task_String ( string NewMessage, long ParentLogID, string BibID_VID ) : void

메소드 상세

DoWork() 공개 메소드

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
리턴 bool