exiftool-vendored
    Preparing search index...

    Variable DefaultReadRawTaskOptionsConst

    DefaultReadRawTaskOptions: {
        ignoreMinorErrors: boolean;
        readArgs: string[];
        useMWG: boolean;
    } = ...

    Type Declaration

    • ReadonlyignoreMinorErrors: boolean

      Should we ignore minor errors when reading metadata?

      true (ExifTool can be quite chatty)
      
    • ReadonlyreadArgs: string[]

      Any additional arguments that should be added by default to all read tasks, like ["-fast", "-api", "largefilesupport=1"]. The value provided to the ExifTool constructor can be overridden in the call to ExifTool.read.

      ["-fast"]

    • ReadonlyuseMWG: boolean

      Should ExifTool use MWG (Metadata Working Group) composite tags for reading and writing tags?

      ExifTool recommends this to be set to true. Note that this can result in many tag value differences from ExifTool.read, and makes ExifTool.write write to "synonymous" MWG tags automatically.

      true