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
Показать файл Открыть проект

Открытые методы

Метод Описание
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