public final class JpegRoundingMode
extends com.aspose.ms.System.Enum
Specifies different JPEG rounding modes.
Modifier and Type | Field and Description |
---|---|
static int |
Extrapolate
Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
|
static int |
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.
Copyright © 2020. All rights reserved.