Equivalent of exiftool -All= -r -overwrite_original ./images
#185
Unanswered
vincerubinetti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this command where I'm trying to clear all tags on all images in a folder.
I see
deleteAllTags
, but it appears to not be recursive or overwriting. Perhaps I could just doexiftool.write(folder, {}, ["-All=", "-recurse", "-overwrite_original"]);
? Wondering if there's a cleaner/more-expected way to do this.Beta Was this translation helpful? Give feedback.
All reactions