Interface ExifToolOptions

All Known Implementing Classes:
StandardOptions

public interface ExifToolOptions
ExifTool options wrapper that can be serialized as list of arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    Serialize exiftool options as a collection of arguments that will be sent to the command line.
  • Method Details

    • serialize

      Iterable<String> serialize()
      Serialize exiftool options as a collection of arguments that will be sent to the command line.
      Returns:
      List of arguments.