public interface Format
StandardFormat
values can be returned in: numeric or human-readable text.
ExifTool, via the -n
command line arg, is capable of
returning most values in their raw numeric form (e.g.
Aperture="2.8010323841") as well as a more human-readable/friendly format
(e.g. Aperture="2.8").
Modifier and Type | Method and Description |
---|---|
List<String> |
getArgs()
List of arguments to pass to
exiftool command to return
associated format. |
Copyright © 2015. All Rights Reserved.