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.promotion |
Classes to convert JIU image objects to other image types that require more memory.
|
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 | Method and Description |
---|---|
private void |
PNMCodec.save(RGB48Image image) |
Modifier and Type | Method and Description |
---|---|
private void |
PromotionRGB48.process(BilevelImage in,
RGB48Image out) |
private void |
PromotionRGB48.process(Gray16Image in,
RGB48Image out) |
private void |
PromotionRGB48.process(Gray8Image in,
RGB48Image out) |
private void |
PromotionRGB48.process(Paletted8Image in,
RGB48Image out) |
private void |
PromotionRGB48.process(RGB24Image in,
RGB48Image out) |
Modifier and Type | Method and Description |
---|---|
private void |
AutoDetectColorType.createPaletted8FromRgb48(RGB48Image in) |
private void |
AutoDetectColorType.createRgb24FromRgb48(RGB48Image in,
RGB24Image out) |
private boolean |
AutoDetectColorType.isRgb48Gray8(RGB48Image in) |
private boolean |
AutoDetectColorType.isRgb48Paletted8(RGB48Image in)
Assumes that it has already been verified that the input 48 bpp
RGB image is also a 24 bpp RGB image.
|
private boolean |
AutoDetectColorType.isRgb48Rgb24(RGB48Image in) |
private void |
RGBToGrayConversion.process(RGB48Image in) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryRGB48Image
A class to store 48 bit RGB truecolor images in memory.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.Image |
ImageCreator.convertToAwtImage(RGB48Image image,
int alpha) |