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

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

Palette
Create a palette from the pixels of the argument image.

Methods with return type net.sourceforge.jiu.data.RGB24Image

RGB24Image
Creates an RGB24Image from the palette entries, each entry becomes a pixel in an image of width 1 and height palette.getNumEntries().

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

RGBColorList
void
void
void
void

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

void
void
void
void

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

Classes implementing net.sourceforge.jiu.data.RGB24Image

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.

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

BufferedImage
Convert a JIU RGB24Image to a BufferedImage with the given alpha value (use RGBA.DEFAULT_ALPHA as default).
Image

Methods with return type net.sourceforge.jiu.data.RGB24Image

RGB24Image
Creates an RGB24Image from the argument AWT image instance.
RGB24Image
Loads an image from a file using the AWT's built-in loader and converts the image to a RGB24Image object.

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

void
void
boolean
void

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

void

Uses in package net.sourceforge.jiu.data

Classes implementing net.sourceforge.jiu.data.RGB24Image

class
A class to store 24 bit RGB truecolor images in memory.

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

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

void
void
void
void

Uses in package net.sourceforge.jiu.codecs

Fields of type net.sourceforge.jiu.data.RGB24Image

RGB24Image

Methods with parameter type net.sourceforge.jiu.data.RGB24Image

void
PalmCodec.save(DataOutput out, RGB24Image image)
void