-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete tag #104
Comments
Values can be removed by setting a value to await exiftool.write(src, { ExposureTime: null }) to erase await exiftool.write(src, { AllTimes: null }) to erase all of the AllTimes" tags (see the documentation for this shortcut The typings don't currently suggest this is valid, though: the next release will include corrections to the |
@mceachen great thanks for explanations! It'll be nice to have that put somewhere in docs |
This is now released with version 15.7.0 |
I wonder how to delete the existing tag. The documentation states just how to write (update or create tags), but there's no word on how specific tags can be removed
The text was updated successfully, but these errors were encountered: