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.analysis |
Contains classes that analyze pixel or sample values and thus determine
certain image properties.
|
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(Gray16Image image) |
Modifier and Type | Method and Description |
---|---|
static CoOccurrenceMatrix |
MatrixCreator.createCoOccurrenceMatrix(Gray16Image image)
Create a co-occurrence matrix for a 16 bit grayscale image.
|
Modifier and Type | Method and Description |
---|---|
private void |
PromotionGray16.process(BilevelImage in,
Gray16Image out) |
private void |
PromotionRGB48.process(Gray16Image in,
RGB48Image out) |
private void |
PromotionGray16.process(Gray8Image in,
Gray16Image out) |
Modifier and Type | Method and Description |
---|---|
private void |
AutoDetectColorType.createGray8FromGray16(Gray16Image in) |
private boolean |
AutoDetectColorType.isGray16Gray8(Gray16Image in) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryGray16Image
An implementation of
Gray16Image that keeps the complete image in memory. |
Modifier and Type | Method and Description |
---|---|
static java.awt.Image |
ImageCreator.convertToAwtImage(Gray16Image image,
int alpha)
Creates an AWT Image object from a Gray16Image object and an alpha value.
|