Click or drag to resize

Jp2EncoderOptionsQualityLayers Property

Gets or sets the number of quality layers in the code stream for use with progressive decoding.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when set to a value less than 1 or greater than 31.
Remarks

Supports from 1 to 31 quality layers. A higher number of quality layers results in a finer progressive quality improvement. The number of layers can be set for each individual tile.

This value can be independently set for each tile.

See Also