Package net.sourceforge.jiu.color.dithering
-
Interface Summary Interface Description SpotFunction An interface for spot functions to be used for clustered dot dithering. -
Class Summary 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.