Jp2DecoderPrecision 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; }
Public Property Precision As Jp2Precision
Get
Set
Property Value
Type:
Jp2PrecisionRemarks 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