Package com.drew.imaging.tiff
Class TiffMetadataReader
java.lang.Object
com.drew.imaging.tiff.TiffMetadataReader
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Obtains all available metadata from TIFF formatted files. Note that TIFF files include many digital camera RAW
formats, including Canon (CRW, CR2), Nikon (NEF), Olympus (ORF) and Panasonic (RW2).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadatareadMetadata(RandomAccessReader reader) Deprecated.static MetadatareadMetadata(File file) Deprecated.static MetadatareadMetadata(InputStream inputStream) Deprecated.
-
Constructor Details
-
TiffMetadataReader
public TiffMetadataReader()Deprecated.
-
-
Method Details
-
readMetadata
Deprecated.- Throws:
IOExceptionTiffProcessingException
-
readMetadata
public static Metadata readMetadata(InputStream inputStream) throws IOException, TiffProcessingException Deprecated.- Throws:
IOExceptionTiffProcessingException
-
readMetadata
public static Metadata readMetadata(RandomAccessReader reader) throws IOException, TiffProcessingException Deprecated.- Throws:
IOExceptionTiffProcessingException
-