The TIFF file format is described in more detail in the comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). A field is defined as a sequence of values of identical data type. TIFF 6.0 defines 12 data types, which are mapped internally onto the Java datatypes byte, int, long, float, and double.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI. @see com.lightcrafts.mediax.jai.operator.TIFFDescriptor @see TIFFDirectory
A field in a TIFF Image File Directory (IFD) is defined as a tag number accompanied by a sequence of values of identical data type. TIFF 6.0 defines 12 data types; a 13th type IFD
is defined in TIFF Tech Note 1 of TIFF Specification Supplement 1. These TIFF data types are referred to by Java constants and mapped internally onto Java language data types and type names as follows:
TIFF Data Type | Java Constant | Java Data Type | Java Type Name |
---|---|---|---|
BYTE | {@link TIFFTag#TIFF_BYTE} | byte | "Byte" |
ASCII | {@link TIFFTag#TIFF_ASCII} | String | "Ascii" |
SHORT | {@link TIFFTag#TIFF_SHORT} | char | "Short" |
LONG | {@link TIFFTag#TIFF_LONG} | long | "Long" |
RATIONAL | {@link TIFFTag#TIFF_RATIONAL} | long[2] {numerator, denominator} | "Rational" |
SBYTE | {@link TIFFTag#TIFF_SBYTE} | byte | "SByte" |
UNDEFINED | {@link TIFFTag#TIFF_UNDEFINED} | byte | "Undefined" |
SSHORT | {@link TIFFTag#TIFF_SSHORT} | short | "SShort" |
SLONG | {@link TIFFTag#TIFF_SLONG} | int | "SLong" |
SRATIONAL | {@link TIFFTag#TIFF_SRATIONAL} | int[2] {numerator, denominator} | "SRational" |
FLOAT | {@link TIFFTag#TIFF_FLOAT} | float | "Float" |
DOUBLE | {@link TIFFTag#TIFF_DOUBLE} | double | "Double" |
IFD | {@link TIFFTag#TIFF_IFD_POINTER} | long | "IFDPointer" |
The TIFF file format is described in more detail in the comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). A field is defined as a sequence of values of identical data type. TIFF 6.0 defines 12 data types, which are mapped internally onto the Java datatypes byte, int, long, float, and double.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI. @see javax.media.jai.operator.TIFFDescriptor @see TIFFDirectory
The TIFF file format is described in more detail in the comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). A field is defined as a sequence of values of identical data type. TIFF 6.0 defines 12 data types, which are mapped internally onto the Java datatypes byte, int, long, float, and double.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI. @see TIFFDirectory
The TIFF file format is described in more detail in the comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). A field is defined as a sequence of values of identical data type. TIFF 6.0 defines 12 data types, which are mapped internally onto the Java datatypes byte, int, long, float, and double.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI. @see TIFFDirectory
The TIFF file format is described in more detail in the comments for the TIFFDescriptor class.
A field in a TIFF Image File Directory (IFD). A field is defined as a sequence of values of identical data type. TIFF 6.0 defines 12 data types, which are mapped internally onto the Java datatypes byte, int, long, float, and double.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI. @see TIFFDirectory
|
|
|
|
|
|