Click or drag to resize

Jp2Precision Enumeration

Wavelet Precision

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 enum Jp2Precision
Members
  Member nameDescription
Automatic Automatically use either 16 or 32 bit representation for wavelet coeff's. Default.
Force32Bit Force to use 32 bits.
Remarks
Either set automatically depending on color depth or to force the library to use 32 bit representation. Default is Automatic.
See Also