Click or drag to resize

Jp2EncoderPrecision Property

Gets or sets a value indicating the precision of the wavelet coefficients.

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

Property Value

Type: Jp2Precision
Default is Automatic (automatically select appropriate precision).
Remarks
Default value is Jp2Precision.Automatic. For improved efficiency, the library automatically, depending on the image depth, uses either 16 or 32 bit representation for wavelet coefficients. The use of 32 bit values may slightly improve image quality and the expense of speed and memory requirements.
See Also