|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RGBQuantizer | |
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. |
Uses of RGBQuantizer in net.sourceforge.jiu.color.dithering |
Methods in net.sourceforge.jiu.color.dithering with parameters of type RGBQuantizer | |
void |
ErrorDiffusionDithering.setQuantizer(RGBQuantizer q)
Sets the color quantizer to be used (if the input image is a truecolor image). |
Uses of RGBQuantizer in net.sourceforge.jiu.color.quantization |
Classes in net.sourceforge.jiu.color.quantization that implement RGBQuantizer | |
class |
ArbitraryPaletteQuantizer
A color quantizer that maps an RGBImage
to any given palette.
|
class |
MedianCutQuantizer
Performs the Median Cut color quantization algorithm for a given list of colors. |
class |
OctreeColorQuantizer
Performs the octree color quantization algorithm for a given RGB truecolor image. |
class |
PopularityQuantizer
Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image. |
class |
UniformPaletteQuantizer
A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube. |
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |