| Package | Description |
|---|---|
| net.sourceforge.jiu.color.dithering | |
| net.sourceforge.jiu.color.quantization |
| Class | Description |
|---|---|
| RGBQuantizer |
An interface for an RGB color quantizer.
|
| Class | Description |
|---|---|
| ArbitraryPaletteQuantizer |
A color quantizer that maps an
RGBImage
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 of
RGBColor objects. |
| RGBQuantizer |
An interface for an RGB color quantizer.
|