JpegRoundingMode
Leave feedback
On this page
Inheritance: java.lang.Object
public final class JpegRoundingMode
Specifies different JPEG rounding modes.
| 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. |
public static final int Extrapolate
Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
public static final int Truncate
Truncate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.