JIU 0.12.0 Homepage

Package net.sourceforge.jiu.color.dithering

Classes for conversion between color spaces.

See:
          Description

Interface Summary
SpotFunction An interface for spot functions to be used for clustered dot dithering.
 

Class Summary
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.
 

Package net.sourceforge.jiu.color.dithering Description

Classes for conversion between color spaces. Right now, this mostly includes conversion to the RGB (red / green / blue) color space.


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt