This property sets whether or not the JPEG2000 lossless compression is reversible.

[C++Builder]   imagekitcontrolname->FileIO->JPEG2000Reversible[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.JPEG2000Reversible[ = Boolean ]

Property Value

Value Explanation
True The compression is reversible (default)
False The compression is not reversible

Explanation

The JPEG2000Reversible property sets whether or not the JPEG2000 lossless compression is reversible. The default value is true. When true, file size will be bigger but since lossless compression is used there will be no degradation in image quality. When false, set the file size in the JPEG2000Size property

This property value is used when images are saved in JPEG2000 file format.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation