Modifier and Type | Field | Description |
---|---|---|
private Gray8Image |
PSDCodec.gray8Image |
Modifier and Type | Method | Description |
---|---|---|
private void |
PalmCodec.save(DataOutput out,
Gray8Image image) |
|
private void |
PNMCodec.save(Gray8Image image) |
Modifier and Type | Method | Description |
---|---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Gray8Image image) |
Modifier and Type | Method | Description |
---|---|---|
private void |
ErrorDiffusionDithering.process(Gray8Image in,
BilevelImage out) |
|
private void |
ErrorDiffusionDithering.process(Gray8Image in,
Gray8Image out) |
|
private void |
OrderedDither.process(Gray8Image in,
BilevelImage out) |
|
private void |
OrderedDither.process(Gray8Image in,
Gray8Image out) |
Modifier and Type | Method | Description |
---|---|---|
private void |
PromotionGray16.process(Gray8Image in,
Gray16Image out) |
|
private void |
PromotionGray8.process(BilevelImage in,
Gray8Image out) |
|
private void |
PromotionPaletted8.process(Gray8Image in,
Paletted8Image out) |
|
private void |
PromotionRGB24.process(Gray8Image in,
RGB24Image out) |
|
private void |
PromotionRGB48.process(Gray8Image in,
RGB48Image out) |
Modifier and Type | Method | Description |
---|---|---|
private void |
AutoDetectColorType.createGray8FromPaletted8(Paletted8Image in,
Gray8Image out) |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryGray8Image |
An implementation of
Gray8Image that keeps the complete image in memory. |
Modifier and Type | Method | Description |
---|---|---|
static Image |
ImageCreator.convertToAwtImage(Gray8Image image,
int alpha) |
Creates an AWT Image object from a Gray8Image object and an alpha value.
|