JIU 0.14.3

Uses of Package
net.sourceforge.jiu.color.quantization

Packages that use net.sourceforge.jiu.color.quantization
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. 
 

Classes in net.sourceforge.jiu.color.quantization used by net.sourceforge.jiu.color.dithering
RGBQuantizer
          An interface for an RGB color quantizer.
 

Classes in net.sourceforge.jiu.color.quantization used by net.sourceforge.jiu.color.quantization
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.
RGBQuantizer
          An interface for an RGB color quantizer.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt