Click or drag to resize

Jpeg2000EncoderOptionsQuantizationStyle Property

Gets or sets the quantization steps.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public JPEG2000QuantizationStyle QuantizationStyle { get; set; }

Property Value

Type: JPEG2000QuantizationStyle
Remarks

The default value is JPEG2000QuantizationStyle.None. Note that this property may only be set when the irreversible filter (JPEG2000WaveletFilter.FiveThree) is used. The quantization steps can either be derived from a bases quantization step (JPEG2000QuantizationStyle.Derived) or calculated for each image sub-band (JPEG2000QuantizationStyle.Expound). Expound style is recommended.

Quantization style can be independently set for each component in each tile.

See Also