JpegRoundingMode

JpegRoundingMode enumeration

Specifies different JPEG rounding modes.

public enum JpegRoundingMode

Values

Name Value Description
Extrapolate 0 Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
Truncate 1 Truncate an 8-bit value to fit it into n bits, where n more than 1 and less 8.

See Also