Table of Contents

Namespace SixLabors.ImageSharp.Processing.Processors.Dithering

Classes

PaletteDitherProcessor

Allows the consumption a palette to dither an image.

Structs

ErrorDither

An error diffusion dithering implementation. http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT

OrderedDither

An ordered dithering matrix with equal sides of arbitrary length

Interfaces

IDither

Defines the contract for types that apply dithering to images.

IPaletteDitherImageProcessor<TPixel>

Implements an algorithm to alter the pixels of an image via palette dithering.