Table of Contents

Enum DitheringMethod

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

Dithering method.

public enum DitheringMethod

Fields

FloydSteinbergDithering = 1

The Floyd-Steinberg dithering. A more complex dithering algorithm, uses nearest neighbors intensity values.

ThresholdDithering = 0

Threshold dithering. Simplest and fastest dithering algorithm.