ConstReadonlyignoreMinorErrors: booleanReadonlystruct: 0 | 1 | 2 | "undef"How should ExifTool handle nested structures?
0 = Read/copy flattened tags1 = Read/copy structures2 = Read/copy both flattened and structured tags, but flag flattened
tags as "unsafe" for copying"undef" = Same as 0 for reading and 2 for copyingReadonlyuseMWG: booleanShould 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.
https://exiftool.org/TagNames/MWG.html for details
ReadonlywriteArgs: string[]Any additional arguments that should be added by default to all write
tasks, like ["-overwrite_original"]. The value provided to the ExifTool
constructor can be overridden in the call to ExifTool.write.
Should we ignore minor errors when reading metadata?