Uses of Package
net.sourceforge.jiu.color.quantization
-
Packages that use net.sourceforge.jiu.color.quantization Package Description net.sourceforge.jiu.color.dithering net.sourceforge.jiu.color.quantization -
Classes in net.sourceforge.jiu.color.quantization used by net.sourceforge.jiu.color.dithering Class Description RGBQuantizer An interface for an RGB color quantizer. -
Classes in net.sourceforge.jiu.color.quantization used by net.sourceforge.jiu.color.quantization Class Description ArbitraryPaletteQuantizer A color quantizer that maps anRGBImage
to any given palette.MedianCutNode An instance of this node class represents a cuboid part of the color cube representing the three-dimensional RGB color space.MedianCutQuantizer Performs the Median Cut color quantization algorithm for a given list of colors.OctreeNode A single node in an octree.RGBColor Encapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.RGBColorList Holds an array ofRGBColor
objects.RGBQuantizer An interface for an RGB color quantizer.