Modifier and Type | Field | Description |
---|---|---|
private Paletted8Image |
PSDCodec.paletted8Image |
Modifier and Type | Method | Description |
---|---|---|
private void |
PalmCodec.save(DataOutput out,
Paletted8Image image) |
|
private void |
RASCodec.saveData(Paletted8Image image) |
Modifier and Type | Method | Description |
---|---|---|
private void |
Invert.process(Paletted8Image in) |
Modifier and Type | Method | 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 | Description |
---|---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Paletted8Image image) |
|
private void |
MeanDifference.process(RGB24Image image1,
Paletted8Image image2) |
Modifier and Type | Method | Description |
---|---|---|
private void |
ErrorDiffusionDithering.process(RGB24Image in,
Paletted8Image out) |
|
private void |
OrderedDither.process(RGB24Image in,
Paletted8Image out) |
Modifier and Type | Method | 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 | 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 | 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 | Description |
---|---|---|
class |
MemoryPaletted8Image |
This class stores a paletted image with one byte per sample in memory.
|
Modifier and Type | Method | Description |
---|---|---|
static Image |
ImageCreator.convertToAwtImage(Paletted8Image image,
int alpha) |