mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Resource_Object >> Utilities >> Image_Derivative_Creation_Processor

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.Utilities
Assembly: 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

  NameDescription
Public methodImage_Derivative_Creation_Processor
Constructor for a new instance of the Image_Derivative_Creation_Processor class

Methods

  NameDescription
Public methodCreate_JPEG2000
Creates a JPEG2000 derivative service file, according to NDNP specs, for display within a SobekCM library
Public methodImage_Magick_Process_TIFF_File
Process this image via ImageMagick, to create the needed jpeg derivative(s)
Public methodImageMagick_Create_JPEG
Use ImageMagick to create a JPEG derivative file
Public methodProcess
Processes a single package

Properties

  NameDescription
Public propertyKakadu_Failures
Gets the count of the number of failures Kakadu experienced while creating JPEG2000 derivatives

Events

  NameDescription
Public eventError_Encountered
Custom event is fired when an error is encountered during image creation.
Public eventNew_Progress
Custom event is fired when the progress bar on the main form needs to change.
Public eventNew_Task_String
Custom event is fired when the task string on the main form needs to change.
Public eventProcess_Complete
Custom event is fired when all processing is complete

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )