Package | Description |
---|---|
com.drew.imaging.tiff |
Contains classes for working with TIFF format files.
|
com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffReader.processTiff(RandomAccessReader reader,
TiffHandler handler,
int tiffHeaderOffset)
Processes a TIFF data sequence.
|
static Metadata |
TiffMetadataReader.readMetadata(java.io.File file) |
static Metadata |
TiffMetadataReader.readMetadata(java.io.InputStream inputStream) |
static Metadata |
TiffMetadataReader.readMetadata(RandomAccessReader reader) |
void |
TiffHandler.setTiffMarker(int marker)
Receives the 2-byte marker found in the TIFF header.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifTiffHandler.setTiffMarker(int marker) |