Package com.thebuzzmedia.exiftool
Interface Format
- All Known Implementing Classes:
StandardFormat
public interface Format
Interface used to define different output formats.
For instance, default implementations defined by
ExifTool, via the
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").
- Since:
- 1.1
- Author:
- Riyad Kalla ([email protected]), Mickael Jeanroy
-
Method Summary
-
Method Details
-
getArgs
List of arguments to pass toexiftool
command to return associated format. This method should not returnnull
, but an empty list if no arguments should be returned.- Returns:
- List of arguments.
-