Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Field and Description |
---|---|
private ImageType |
ImageInfo.imageType |
private ImageType |
ImageInfo.ImageInfoBuilder.imageType |
Modifier and Type | Method and Description |
---|---|
(package private) ImageType |
ImageInfo.getType() |
(package private) static ImageType |
ImageType.getTypeFromColorSpace(java.awt.color.ColorSpace colorSpace,
TIFFEncodeParam params) |
(package private) static ImageType |
ImageType.getTypeFromRGB(int mapSize,
byte[] r,
byte[] g,
byte[] b,
int dataTypeSize,
int numBands) |
static ImageType |
ImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static int |
ImageInfo.getNumberOfExtraSamplesForColorSpace(java.awt.color.ColorSpace colorSpace,
ImageType imageType,
int numBands) |