Jpeg2000EncoderOptions Class |
Namespace: Atalasoft.Imaging.Codec.Jpeg2000
The Jpeg2000EncoderOptions type exposes the following members.
Name | Description | |
---|---|---|
Jpeg2000EncoderOptions | Creates a new instance of Jpeg2000EncoderOptions. |
Name | Description | |
---|---|---|
CodeBlockSize | Gets or sets the size of the blocks of coded data. | |
CoderOptions | Gets or sets the coder options for faster compression / decompression. | |
GuardBits | ||
PacketMarkers | Gets or sets a value that creates special markers at the beginning and/or at the end of each block of a
coded area. | |
ProgressionOrder | Gets or sets the organization of the coded data. | |
QualityLayers | Gets or sets the number of quality layers in the code stream for use with progressive decoding. | |
QuantizationStyle | Gets or sets the quantization steps. | |
WaveletFilterMethod | Gets or sets a value selecting reversible (WaveletFiveThree) or irreversible
(WaveletNineSeven) wavelet filters. | |
WaveletLevels | Gets or sets the number of wavelet transformation levels. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_codeBlockSize | ||
_qualityLayers | ||
_waveletLevels |
See the [!:Jpeg2000Encoder::EncoderOptions] property in the [!:Atalasoft::Imaging::Codec::Jpeg2000::Jpeg2000Encoder] to set these options for the entire encoded image. To specify different options for different tiles or components, override the [!:Jpeg2000Encoder::GetEncoderOptions] method in the Jp2Encoder class.
QualityLayer, ProgressionOrder, and PacketMarkers are the options which can be set for each tile. WaveletFilterMethod, WaveletLevels, QuantizationStyle, codeBlockSize, and coderOptions are the options which can be set for each component in a given tile.