JpegLsPresetCodingParameters Class
Contents
[
Hide
]Summary: Defines the JPEG-LS preset coding parameters as defined in ISO/IEC 14495-1, C.2.4.1.1.
JPEG-LS defines a default set of parameters, but custom parameters can be used.
When used these parameters are written into the encoded bit stream as they are needed for the decoding process.
Module: aspose.imaging.fileformats.jpeg
Full Name: aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters
Constructors
Name | Description |
---|---|
JpegLsPresetCodingParameters() | Initializes a new instance of the JpegLsPresetCodingParameters class |
Properties
Name | Type | Access | Description |
---|---|---|---|
maximum_sample_value | int | r/w | Gets or sets the maximum possible value for any image sample in a scan. This must be greater than or equal to the actual maximum value for the components in a scan. |
reset_value | int | r/w | Gets or sets the value at which the counters A, B, and N are halved. |
threshold1 | int | r/w | Gets or sets the first quantization threshold value for the local gradients. |
threshold2 | int | r/w | Gets or sets the second quantization threshold value for the local gradients. |
threshold3 | int | r/w | Gets or sets the third quantization threshold value for the local gradients. |
Constructor: JpegLsPresetCodingParameters()
JpegLsPresetCodingParameters()
Initializes a new instance of the JpegLsPresetCodingParameters class