The following tables list the members exposed by Jpeg2000Engine.
Name | Description | |
---|---|---|
Jpeg2000Engine Constructor | Initializes a new instance of the Jpeg2000Engine class. |
Name | Description | |
---|---|---|
AppendBox | Overloaded. Appends a single box to a JPEG 2000 file. This method is available in the Document/Medical Toolkits. | |
AppendBoxes | Overloaded. Appends multiple boxes to a JPEG 2000 file. This method is available in the Document/Medical Toolkits. | |
AppendFrames | Overloaded. Appends new frames to a currently existing JPEG 2000 file. This method is available in the Document/Medical Toolkits. | |
AppendGmlData | Overloaded. Appends Geography Markup Language (GML) data to the specified JPEG 2000 file. This method is available in the Document/Medical Toolkits. | |
Dispose | Overloaded. Overloaded. Releases all resources used by this Jpeg2000Engine. | |
ExtractFrames | Extracts specific frames from the input file, and saves them to a new JPEG 2000 file. This file contains only the extracted frame headers/codestreams (not any obtained through the decompressing/recompressing process) so it saves processor time and memory. This method is available in the Document/Medical Toolkits. | |
ExtractFramesMemory | Overloaded. Extracts specific frames from the input file, and saves them to a new JPEG 2000 file in a byte array. This file contains only the extracted frame headers/codestreams (not any obtained through the decompressing/recompressing process) so it saves processor time and memory. This method is available in the Document/Medical Toolkits. | |
ExtractFramesNativeMemory | Overloaded. Extracts specific frames from the input file, and saves them to a new JPEG 2000 file in a Leadtools.RasterNativeBuffer object. This file contains only the extracted frame headers/codestreams (not any obtained through the decompressing/recompressing process) so it saves processor time and memory. This method is available in the Document/Medical Toolkits. | |
FragmentJpxFile | Fragments specified codestreams within a JPEG 2000 part 2 (JPX) file. This method is available in the Document/Medical Toolkits. | |
FreeFramesNativeMemory | Releases resources used by the Leadtools.RasterNativeBuffer. | |
GetBox | Gets the specified type of box for the engine. | |
GetBoxes<T> | Gets all engine boxes of a specific type. | |
GetFileInformation | Overloaded. Gets the JPEG 2000 file information from a disk file. | |
Load | Overloaded. Loads the specified JPEG 2000 image file using specific options. | |
LoadComposite | Overloaded. Loads the specified JPEG 2000 image files (that is CompositeJpxImages.ColorImage, CompositeJpxImages.OpacityImage, and CompositeJpxImages.PreOpacityImage) using the specified options. | |
ReadBox | Overloaded. Reads a box of type boxType at index boxIndex from the specified JPEG 2000 file. | |
ReadFrames | Overloaded. Loads specific frame images (i.e. CompositeJpxImages.ColorImage, CompositeJpxImages.OpacityImage, and CompositeJpxImages.PreOpacityImage) from the specified JPEG 2000 file using the specified options. | |
ReadGmlData | Overloaded. Reads Geography Markup Language (GML) data stored in a JPEG 2000 file. | |
ResetEngineBoxes | Resets all of the boxes for the JPEG 2000 engine. | |
Save | Overloaded. Saves a Leadtools.RasterImage to a file in any of the supported JPEG 2000 file formats. This method is available in the Document/Medical Toolkits. | |
SaveComposite | Overloaded. Saves a CompositeJpxImages list to a file in any of the supported JPEG 2000 file formats. This method is available in the Document/Medical Toolkits. | |
SetBox | Sets a single box for the JPEG 2000 engine. | |
SetBoxes<T> | Sets a list of boxes for the JPEG 2000 engine. |
Name | Description | |
---|---|---|
LoadImage | Occurs during the JPEG 2000 file load process to provide functionality for manually handling the output image data or monitoring progress status. | |
SaveImage | Occurs during the JPEG 2000 file save process to provide functionality for manually handling the output image data or monitoring progress status. |