Uses of Interface net.sourceforge.jiu.data.RGBIndex

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

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
Convert from YCbCr color space (as used in Kodak PCD files) to RGB.

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

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
This class loads and saves palettes.

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

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
Adjusts saturation and value of a color image, optionally hue as well.

Uses in package net.sourceforge.jiu.gui.awt

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
A bridge class to use java.awt.image.BufferedImage objects (class defined in the standard runtime library, package java.awt.image) as RGB24Image objects within JIU.

Uses in package net.sourceforge.jiu.data

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
A class to store 24 bit RGB truecolor images in memory.
class
A class to store 48 bit RGB truecolor images in memory.
class
This class represents a palette, a list of RGB colors.

Uses in package net.sourceforge.jiu.color

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
This class creates Palette objects that contain the so-called websafe palette.

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

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
A color quantizer that maps an RGBImage to any given palette.
class
An instance of this node class represents a cuboid part of the color cube representing the three-dimensional RGB color space.
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
A single node in an octree.
class
Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.
class
Encapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.
class
Compares two RGBColor objects.
class
Holds an array of RGBColor objects.
class
A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube.

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

Classes implementing net.sourceforge.jiu.data.RGBIndex

class
This class is used to apply error diffusion dithering to images that are being reduced in their color depth.
class
This operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering.