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

[Visual Basic] Public Property JPEG2000Reversible As Boolean
[C#] public bool JPEG2000Reversible {get; set;}

Property Value

Value Explanation
True (Default) The compression is reversible (lossless compression)
False The compression is not reversible (lossy compression)

Explanation

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

Setting this property to true, results in larger file size but without loss of image quality. This property value is used when images are saved in JPEG2000 file format.

Note: To use this property, you must have the appropriate ImageKit.NET Win32 plugin files.

See Also

ImageKit Members | Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation