Click or drag to resize

Jp2EncoderOptionsWaveletLevels Property

Gets or sets the number of wavelet transformation levels.

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 int WaveletLevels { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the value is less than 0 or greater than 16.
Remarks

Default value is 5. Valid values are in the range 0 (no wavelet analysis) to 16. The memory requirements and compression time increase with the number of transformation levels. A reasonable number of transformation levels are in the range of 4 to 6.

Wavelet levels can be set independently for each component in each tile.

See Also