Uses of Interface net.sourceforge.jiu.color.quantization.RGBQuantizer

Uses in package net.sourceforge.jiu.color.dithering

Fields of type net.sourceforge.jiu.color.quantization.RGBQuantizer

RGBQuantizer

Methods with parameter type net.sourceforge.jiu.color.quantization.RGBQuantizer

void
Sets the color quantizer to be used (if the input image is a truecolor image).

Uses in package net.sourceforge.jiu.color.quantization

Classes implementing net.sourceforge.jiu.color.quantization.RGBQuantizer

class
A color quantizer that maps an RGBImage to any given palette.
class
Performs the Median Cut color quantization algorithm for a given list of colors.
class
Performs the octree color quantization algorithm for a given RGB truecolor image.
class
Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.
class
A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube.