Interface Format

  • All Known Implementing Classes:
    StandardFormat

    public interface Format
    Interface used to define different output formats. For instance, default implementations defined by 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 Detail

      • getArgs

        List<String> getArgs()
        List of arguments to pass to exiftool command to return associated format. This method should not return null, but an empty list if no arguments should be returned.
        Returns:
        List of arguments.