public final class DitheringMethod
extends com.aspose.ms.System.Enum
Dithering method.
Modifier and Type | Field and Description |
---|---|
static int |
FloydSteinbergDithering
The Floyd-Steinberg dithering.
|
static int |
ThresholdDithering
Threshold dithering.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int ThresholdDithering
Threshold dithering. Simplest and fastest dithering algorithm.
public static final int FloydSteinbergDithering
The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.