JpegRoundingMode

Inheritance: java.lang.Object

public final class JpegRoundingMode

Specifies different JPEG rounding modes.

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.

Extrapolate

public static final int Extrapolate

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

Truncate

public static final int Truncate

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