TiffThresholds
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffThresholds extends System.Enum
Thresholding used on data.
Fields
| Field | Description |
|---|---|
| NoDithering | No dithering is performed. |
| HalfTone | Dithered scan. |
| ErrorDiffuse | Usually Floyd-Steinberg. |
NoDithering
public static final int NoDithering
No dithering is performed.
HalfTone
public static final int HalfTone
Dithered scan.
ErrorDiffuse
public static final int ErrorDiffuse
Usually Floyd-Steinberg.