Package com.drew.imaging.raf
Class RafMetadataReader
java.lang.Object
com.drew.imaging.raf.RafMetadataReader
Obtains metadata from RAF (Fujifilm camera raw) image files.
- Author:
- TSGames https://github.com/TSGames, Drew Noakes https://drewnoakes.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic MetadatareadMetadata(File file) static MetadatareadMetadata(InputStream inputStream)
-
Method Details
-
readMetadata
- Throws:
JpegProcessingExceptionIOException
-
readMetadata
public static Metadata readMetadata(InputStream inputStream) throws JpegProcessingException, IOException - Throws:
JpegProcessingExceptionIOException
-