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

Image_Derivative_Creation_Processor Constructor



Constructor for a new instance of the Image_Derivative_Creation_Processor class


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 Image_Derivative_Creation_Processor(
	string Image_Magick_Path,
	string Kakadu_Path,
	bool Create_JPEGs,
	bool Create_JPEG2000s,
	int JPEG_Width,
	int JPEG_Height,
	bool Create_QC_Images,
	int Thumbnail_Width,
	int Thumbnail_Height,
	string TempFolder
)

Parameters

Image_Magick_Path
Type: System..::..String
Path (and executable name) for the image magick files for processing JPEG images
Kakadu_Path
Type: System..::..String
Path to the Kakadu library for creating JPEG2000's
Create_JPEGs
Type: System..::..Boolean
Flag indicates whether JPEGs should be created
Create_JPEG2000s
Type: System..::..Boolean
Flag indicates whether JPEG2000s should be created
JPEG_Width
Type: System..::..Int32
Width for the JPEGs to be generated
JPEG_Height
Type: System..::..Int32
Height for the JPEGs to be generated
Create_QC_Images
Type: System..::..Boolean
Flag indicates if medium size JPEGs should be created for the QC windows application
Thumbnail_Width
Type: System..::..Int32
Width of the bounding box for the thumbnail
Thumbnail_Height
Type: System..::..Int32
Height of the bounding box for the thumbnail
TempFolder
Type: System..::..String
Temporary folder, if a temporary folder should be used for processing

See Also



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