Interface ExifToolOptions

  • All Known Implementing Classes:
    StandardOptions

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

      • serialize

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