DitheringMethod

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

Dithering method.

Enum Values

FieldDescription
ThresholdDitheringThreshold dithering. Simplest and fastest dithering algorithm.
FloydSteinbergDitheringThe 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