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 byStandardFormat
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getArgs()
List of arguments to pass toexiftool
command to return associated format.
-