Jpeg2000EncoderOptionsQuantizationStyle Property |
Namespace: Atalasoft.Imaging.Codec.Jpeg2000
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.