I have this in .ExifTool_config in my home directory:
%Image::ExifTool::UserDefined::Options = (
LargeFileSupport => 1,
);
1; # end
for BigTIFF reading support.
How can i add the command line option -overwrite_original to the config file so that i don't have to add it everytime to the command line manually?
Unfortunately -overwrite_original is an application-level option only. It doesn't have an equivalent API option that you can set via the config file.
- Phil