Class ImageTimestampsAttributesFactory
Object
ImageTimestampsAttributesFactory
Derives
ImageTimestampsAttributes
from a file, additionally checking for EXIF metadata.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageTimestampsAttributes
ReadsImageTimestampsAttributes
from a path, trying to infer the acquisition-date from metadata headers.
-
Method Details
-
fromPath
ReadsImageTimestampsAttributes
from a path, trying to infer the acquisition-date from metadata headers.For JPEG or TIFF files, EXIF data is searched for to find an acquisition-date.
- Parameters:
path
- the path.- Returns:
- newly created
ImageFileAttributes
. - Throws:
ImageIOException
- ifImageTimestampsAttributes
cannot be established.
-