com.drew.imaging.tiff
Class TiffMetadataReader
java.lang.Object
com.drew.imaging.tiff.TiffMetadataReader
public class TiffMetadataReader
- extends Object
Obtains all available metadata from TIFF formatted files. Note that TIFF files include many digital camera RAW
formats, including Canon (CRW, CR2) and Nikon (NEF).
- Author:
- Darren Salomons, Drew Noakes http://drewnoakes.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TiffMetadataReader
public TiffMetadataReader()
readMetadata
public static Metadata readMetadata(File file)
throws IOException
- Throws:
IOException
readMetadata
@Deprecated
public static Metadata readMetadata(InputStream inputStream,
boolean waitForBytes)
throws IOException
- Deprecated.
- Throws:
IOException
Copyright © 2012. All Rights Reserved.