Package | Description |
---|---|
net.sourceforge.jiu.codecs | |
net.sourceforge.jiu.color.promotion | |
net.sourceforge.jiu.color.reduction | |
net.sourceforge.jiu.data | |
net.sourceforge.jiu.gui.awt |
Modifier and Type | Method | Description |
---|---|---|
private void |
PNMCodec.save(RGB48Image image) |
Modifier and Type | Method | 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 | 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 | Description |
---|---|---|
class |
MemoryRGB48Image |
A class to store 48 bit RGB truecolor images in memory.
|
Modifier and Type | Method | Description |
---|---|---|
static Image |
ImageCreator.convertToAwtImage(RGB48Image image,
int alpha) |