TJpeg2000FileFormat Class
ImagingJpeg2000 | Legend | Members | Methods | Properties | Hierarchy

Class for loading/saving Jpeg 2000 images.

Pascal
public TJpeg2000FileFormat = class(TImageFileFormat);
File

ImagingJpeg2000 (at line 57)

Description

It uses OpenJPEG library compiled to object files and linked to Object Pascal program. Jpeg 2000 supports wide variety of data formats. You can have arbitrary number of components/channels, each with different bitdepth and optional "signedness". Jpeg 2000 images can be lossy or lossless compressed. 

Imaging can load most data formats (except images with componenet bitdepth > 16 => no Imaging data format equivalents). Components with sample separation are loaded correctly, ICC profiles or palettes are not used, YCbCr images are translated to RGB. 

You can set various options when saving Jpeg-2000 images. Look at properties of TJpeg2000FileFormat for details.

Hierarchy
TObject
TImageFileFormat
TJpeg2000FileFormat
Related Information
You are here: Symbol Reference > Classes > TJpeg2000FileFormat Class