Jpeg2000EncoderSettings Class Members
In This Topic
The following tables list the members exposed by
Jpeg2000EncoderSettings.
Public Constructors
Public Properties
| Name | Description |
 | CompressionRatio | Gets or sets the compression rate for the image. |
 | CompressionType | Gets or sets the compression type, determining whether compression will be lossy or lossless. |
 | EncodeAlphaChannelInPalette | Gets or sets a value indicating whether the alpha channel must be encoded, if exists, within the palette of a palettized input image. |
 | FileFormat | Gets or sets the format in which Jpeg2000 file will be saved. |
 | FileSize | Gets or sets desired size of the compressed image in bytes. |
 | ProgressionOrder | Gets or sets the organization of the compressed data in the codestream. |
 | QualityLayers | Gets or sets array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers. |
 | TileHeight | Gets or sets the height in pixels of each tile. |
 | TileWidth | Gets or sets the width in pixels of each tile. |
 | WaveletLevels | Gets or sets the number of discrete wavelet transformation levels (decomposition levels). |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
See Also