JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
UNSUPPORTED
BILEVEL_WHITE_IS_ZERO
BILEVEL_BLACK_IS_ZERO
GRAY
PALETTE
RGB
CMYK
YCBCR
CIELAB
GENERIC
Field Details
photometricInterpretation
Constructor Details
ImageType(int)
Method Details
values()
valueOf(String)
getPhotometricInterpretation()
getTypeFromRGB(int, byte[], byte[], byte[], int, int)
rgbIsValueAt(byte[], byte[], byte[], byte, int)
bilevelColorValue(byte[], byte[], byte[], int, int)
isBlackZero(byte[], byte[], byte[])
isWhiteZero(byte[], byte[], byte[])
getTypeFromColorSpace(ColorSpace, TIFFEncodeParam)
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
private static boolean
(package private) int
getTypeFromRGB (int mapSize,
byte[] r,
byte[] g,
byte[] b,
int dataTypeSize,
int numBands)
private static boolean
private static boolean
private static boolean
rgbIsValueAt (byte[] r,
byte[] g,
byte[] b,
byte value,
int i)
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Field Details
photometricInterpretation
Method Details
getPhotometricInterpretation