Namespace SixLabors.ImageSharp.Processing.Processors.Dithering
Classes
PaletteDitherProcessor
Allows the consumption a palette to dither an image.
Structs
ErrorDither
An error diffusion dithering implementation.
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.