Click or drag to resize

Jp2EncoderOptionsQuantizationStyle 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 Jp2QuantizationStyle QuantizationStyle { get; set; }

Property Value

Type: Jp2QuantizationStyle
Remarks

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

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

See Also