C# 클래스 SobekCM.Builder_Library.Modules.Folders.ConvertLargeJpegsModule

Folder-level builder module checks to see if there are extra large JPEG images in the folder that should be pre-converted to JPEG2000s and smaller JPEGs, usually by converting to TIFF first.
This class implements the abstractFolderModule abstract class and implements the iFolderModule interface.
상속: SobekCM.Builder_Library.Modules.Folders.abstractFolderModule
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
DoWork ( Actionable_Builder_Source_Folder BuilderFolder, List IncomingPackages, List Deletes ) : void

Check if there are very large JPEGs which should be converted to TIFF for JPEG2000 and smaller JPEG creation

메소드 상세

DoWork() 공개 메소드

Check if there are very large JPEGs which should be converted to TIFF for JPEG2000 and smaller JPEG creation
public DoWork ( Actionable_Builder_Source_Folder BuilderFolder, List IncomingPackages, List Deletes ) : void
BuilderFolder Actionable_Builder_Source_Folder Builder folder upon which to perform all work
IncomingPackages List List of valid incoming packages, which may be modified by this process
Deletes List List of valid deletes, which may be modifyed by this process
리턴 void