JpegRoundingMode enumeration

JpegRoundingMode enumeration

Specifies different JPEG rounding modes.

The JpegRoundingMode type exposes the following members:

Fields

Field Description
EXTRAPOLATE Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
TRUNCATE Truncate an 8-bit value to fit it into n bits, where n more than 1 and less 8.

See Also