public final class TiffThresholds
extends com.aspose.ms.System.Enum
Thresholding used on data.
Modifier and Type | Field and Description |
---|---|
static int |
ErrorDiffuse
Usually Floyd-Steinberg.
|
static int |
HalfTone
Dithered scan.
|
static int |
NoDithering
No dithering is performed.
|
public static final int NoDithering
No dithering is performed.
public static final int HalfTone
Dithered scan.
public static final int ErrorDiffuse
Usually Floyd-Steinberg.