Package com.drew.imaging.tiff
Contains classes for working with TIFF format files.
-
Interface Summary Interface Description TiffHandler Interface of an class capable of handling events raised during the reading of a TIFF file viaTiffReader
. -
Class Summary Class Description TiffDataFormat An enumeration of data formats used by the TIFF specification.TiffMetadataReader Obtains all available metadata from TIFF formatted files.TiffReader Processes TIFF-formatted data, calling into client code via thatTiffHandler
interface. -
Exception Summary Exception Description TiffProcessingException An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.