Class Jpeg2000Options
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
Create JPEG2000 (JP2) image files with our API, utilizing advanced wavelet technology for coding lossless content. Benefit from support for various codecs, including irreversible and lossless compression, as well as XMP metadata containers, ensuring versatility and high-quality image creation tailored to your needs.
public class Jpeg2000Options : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
- Inheritance
-
Jpeg2000Options
- Implements
- Inherited Members
Constructors
Jpeg2000Options()
Initializes a new instance of the Jpeg2000Options class.
public Jpeg2000Options()
Jpeg2000Options(Jpeg2000Options)
Initializes a new instance of the Jpeg2000Options class.
public Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Parameters
jpeg2000Options
Jpeg2000OptionsThe Jpeg2000 file format options to copy settings from.
Properties
Codec
Gets or sets the JPEG2000 codec
public Jpeg2000Codec Codec { get; set; }
Property Value
- Jpeg2000Codec
The JPEG2000 codec
Comments
Gets or sets the Jpeg comment markers.
public string[] Comments { get; set; }
Property Value
- string[]
The Jpeg comment markers.
CompressionRatios
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
public int[] CompressionRatios { get; set; }
Property Value
- int[]
The compression ratios.
Irreversible
Gets or sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
public bool Irreversible { get; set; }