DitheringMethod
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Dithering method.
Enum Values
| Field | Description |
|---|---|
| ThresholdDithering | Threshold dithering. Simplest and fastest dithering algorithm. |
| FloydSteinbergDithering | The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values. |
ThresholdDithering
public static final int ThresholdDithering
Threshold dithering. Simplest and fastest dithering algorithm.
Returns: int
FloydSteinbergDithering
public static final int FloydSteinbergDithering
The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.
Returns: int