Package | Description |
---|---|
net.sourceforge.jiu.color.dithering |
Classes for conversion between color spaces.
|
net.sourceforge.jiu.color.quantization |
Classes to perform color image quantization, the reduction of the number of unique
colors in an image.
|
Class and Description |
---|
RGBQuantizer
An interface for an RGB color quantizer.
|
Class and 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.
|