You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. This works (config parameter needs to be the first arg): const exifTool = new ExifTool({ exiftoolArgs: ['-config', '/proj/ExifTool.config', '-stay_open', 'True', '-@', '-'] }); exifTool.read(file, ['-n'])
When I run
exifTool.read(file,
['-config /path/to/exiftool.config', '-n'])`get the error message: "Invalid TAG name: config"
The text was updated successfully, but these errors were encountered: