public class Tiff
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Tiff.SAMPLE_FORMAT |
static interface |
Tiff.TIFF_TAGS
Tiff tags are the integer definitions of individual Image File Directories (IFDs) and set by the Tiff 6.0
specification.
|
Modifier and Type | Field and Description |
---|---|
static int |
BITS_PER_SAMPLE_TAG |
static int |
COMPRESSION_PREDICTOR_TAG |
static int |
COMPRESSION_TAG |
static int |
FLOATING_POINT |
static int |
IMAGE_LENGTH_TAG |
static int |
IMAGE_WIDTH_TAG |
static int |
NEW_SUBFILE_TYPE_TAG |
static int |
PHOTOMETRIC_INTERPRETATION_TAG |
static int |
PLANAR_CONFIGURATION_TAG |
static int |
RESOLUTION_UNIT_TAG |
static int |
ROWS_PER_STRIP_TAG |
static int |
SAMPLE_FORMAT_TAG |
static int |
SAMPLES_PER_PIXEL_TAG |
static int |
STRIP_BYTE_COUNTS_TAG |
static int |
STRIP_OFFSETS_TAG |
static int |
TILE_BYTE_COUNTS_TAG |
static int |
TILE_LENGTH_TAG |
static int |
TILE_OFFSETS_TAG |
static int |
TILE_WIDTH_TAG |
static int |
TWOS_COMP_SIGNED_INT |
static int |
UNDEFINED |
static int |
UNSIGNED_INT |
static int |
X_RESOLUTION_TAG |
static int |
Y_RESOLUTION_TAG |
Constructor and Description |
---|
Tiff(java.nio.ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getBuffer() |
java.util.List<Subfile> |
getSubfiles() |
public static final int NEW_SUBFILE_TYPE_TAG
public static final int IMAGE_WIDTH_TAG
public static final int IMAGE_LENGTH_TAG
public static final int BITS_PER_SAMPLE_TAG
public static final int COMPRESSION_TAG
public static final int PHOTOMETRIC_INTERPRETATION_TAG
public static final int SAMPLES_PER_PIXEL_TAG
public static final int X_RESOLUTION_TAG
public static final int Y_RESOLUTION_TAG
public static final int PLANAR_CONFIGURATION_TAG
public static final int RESOLUTION_UNIT_TAG
public static final int STRIP_OFFSETS_TAG
public static final int STRIP_BYTE_COUNTS_TAG
public static final int ROWS_PER_STRIP_TAG
public static final int COMPRESSION_PREDICTOR_TAG
public static final int TILE_OFFSETS_TAG
public static final int TILE_BYTE_COUNTS_TAG
public static final int TILE_WIDTH_TAG
public static final int TILE_LENGTH_TAG
public static final int SAMPLE_FORMAT_TAG
public static final int UNSIGNED_INT
public static final int TWOS_COMP_SIGNED_INT
public static final int FLOATING_POINT
public static final int UNDEFINED
public java.nio.ByteBuffer getBuffer()
public java.util.List<Subfile> getSubfiles()