Package | Description |
---|---|
net.sourceforge.jiu.codecs |
Provides classes to read images from and save them to files (or streams) in various file formats.
|
net.sourceforge.jiu.color |
Contains color-related operations that did not fit into one of the subpackages.
|
net.sourceforge.jiu.color.adjustment |
Contains operations that modify pixel colors independent from other pixels.
|
net.sourceforge.jiu.color.analysis |
Contains classes that analyze pixel or sample values and thus determine
certain image properties.
|
net.sourceforge.jiu.color.dithering |
Classes for conversion between color spaces.
|
net.sourceforge.jiu.color.promotion |
Classes to convert JIU image objects to other image types that require more memory.
|
net.sourceforge.jiu.color.quantization |
Classes to perform color image quantization, the reduction of the number of unique
colors in an image.
|
net.sourceforge.jiu.color.reduction |
Classes to convert images to a
lowercolor type. |
net.sourceforge.jiu.data |
Provides classes to store images and data directly related to them.
|
net.sourceforge.jiu.gui.awt |
Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit).
|
Modifier and Type | Field and Description |
---|---|
private Paletted8Image |
PSDCodec.paletted8Image |
Modifier and Type | Method and Description |
---|---|
private void |
PalmCodec.save(java.io.DataOutput out,
Paletted8Image image) |
private void |
RASCodec.saveData(Paletted8Image image) |
Modifier and Type | Method and Description |
---|---|
private void |
Invert.process(Paletted8Image in) |
Modifier and Type | Method and Description |
---|---|
private void |
Brightness.process(Paletted8Image in,
Paletted8Image out) |
private void |
Contrast.process(Paletted8Image in,
Paletted8Image out) |
private void |
GammaCorrection.process(Paletted8Image in,
Paletted8Image out) |
private void |
HueSaturationValue.process(Paletted8Image in,
Paletted8Image out) |
Modifier and Type | Method and Description |
---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Paletted8Image image) |
private void |
MeanDifference.process(RGB24Image image1,
Paletted8Image image2) |
Modifier and Type | Method and Description |
---|---|
private void |
ErrorDiffusionDithering.process(RGB24Image in,
Paletted8Image out) |
private void |
OrderedDither.process(RGB24Image in,
Paletted8Image out) |
Modifier and Type | Method and Description |
---|---|
private void |
PromotionPaletted8.process(BilevelImage in,
Paletted8Image out) |
private void |
PromotionPaletted8.process(Gray8Image in,
Paletted8Image out) |
private void |
PromotionRGB24.process(Paletted8Image in,
RGB24Image out) |
private void |
PromotionRGB48.process(Paletted8Image in,
RGB48Image out) |
Modifier and Type | Method and Description |
---|---|
void |
MedianCutQuantizer.mapImage(RGB24Image in,
Paletted8Image out) |
private void |
ArbitraryPaletteQuantizer.process(RGB24Image in,
Paletted8Image out) |
private void |
UniformPaletteQuantizer.process(RGB24Image in,
Paletted8Image out) |
Modifier and Type | Method and Description |
---|---|
private void |
AutoDetectColorType.createBilevelFromPaletted(Paletted8Image in) |
private void |
AutoDetectColorType.createGray8FromPaletted8(Paletted8Image in,
Gray8Image out) |
private void |
RGBToGrayConversion.process(Paletted8Image in) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryPaletted8Image
This class stores a paletted image with one byte per sample in memory.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.Image |
ImageCreator.convertToAwtImage(Paletted8Image image,
int alpha) |