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.
|
com.drew.metadata.tiff |
Contains classes for the extraction and modelling of TIFF file metadata.
|
Modifier and Type | Method and Description |
---|---|
static void |
TiffReader.processIfd(TiffHandler handler,
RandomAccessReader reader,
Set<Integer> processedIfdOffsets,
int ifdOffset,
int tiffHeaderOffset)
Processes a TIFF IFD.
|
void |
TiffReader.processTiff(RandomAccessReader reader,
TiffHandler handler,
int tiffHeaderOffset)
Processes a TIFF data sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
ExifTiffHandler
Implementation of
TiffHandler used for handling TIFF tags according to the Exif
standard. |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryTiffHandler
|
Copyright © 2017. All rights reserved.