[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.DitheringMethod

DitheringMethod Enum

Specifies the method of two-dimensional error diffusion dithering.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public enum DitheringMethod
Public Enum DitheringMethod

Fields

Name Description
Atkinson

Bill Atkinson's formula.

Burkes

Burkes dithering.

FloydSteinberg

Floyd-Steinberg dithering.

JarvisJudiceNinke

Jarvis, Judice, and Ninke filter.

NoDithering

Don't spread the error to neighbor pixels.

Sierra

Frankie Sierra's dithering algorithm (sometimes called Sierra-3).

SierraLite

Sierra Lite dithering.

Stucki

Stucki dithering.

TwoRowSierra

Simplified two-row Sierra algorithm.