See: Description
Interface | Description |
---|---|
SpotFunction |
An interface for spot functions to be used for clustered dot dithering.
|
Class | Description |
---|---|
ClusteredDotDither |
Apply a clustered dot ordered dither to a grayscale image, converting
it to a bilevel image in the process.
|
DiamondSpotFunction |
A diamond spot function.
|
ErrorDiffusionDithering |
This class is used to apply error diffusion dithering to images that are being reduced in their color depth.
|
LineSpotFunction |
A line spot function.
|
OrderedDither |
This operation reduces the color depth of RGB truecolor images and grayscale images
by applying ordered dithering.
|
RoundSpotFunction |
A round spot function.
|
Classes for conversion between color spaces. Right now, this mostly includes conversion to the RGB (red / green / blue) color space.