Uses of Class
com.drew.imaging.tiff.TiffProcessingException
Packages that use TiffProcessingException
Package
Description
Contains classes for working with TIFF format files.
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
-
Uses of TiffProcessingException in com.drew.imaging.tiff
Methods in com.drew.imaging.tiff that throw TiffProcessingExceptionModifier and TypeMethodDescriptionvoidTiffReader.processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset) Processes a TIFF data sequence.static MetadataTiffMetadataReader.readMetadata(RandomAccessReader reader) static MetadataTiffMetadataReader.readMetadata(File file) static MetadataTiffMetadataReader.readMetadata(InputStream inputStream) voidTiffHandler.setTiffMarker(int marker) Receives the 2-byte marker found in the TIFF header. -
Uses of TiffProcessingException in com.drew.metadata.exif
Methods in com.drew.metadata.exif that throw TiffProcessingException