-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support writing metadata to existing files #6
Comments
I have not implemented metadata writing. If you want to have a swing at it, I'd be more than happy to review your PR! |
This is now supported in version 4.7.1. |
Wow this is GREAT NEWS!!!! |
@mceachen Can you also provide one example to edit the date taken of a picture? |
I updated the docs and added tests, if you look at the latest diffs. |
What property should I use in order to specify that I want to overwrite the original files? |
https://github.com/photostructure/exiftool-vendored.js/issues?q=is%3Aissue+overwrite_original Specifically I've also just added a reference to the .write method: https://photostructure.github.io/exiftool-vendored.js/classes/ExifTool.html#write |
Awesome! I managed to use it in the write method instead of the constructor. |
I was able to read the EXIF data successfully!
I am still a bit confused how to overwrite.
Thank you very much!
This is what I have for the read part:
The text was updated successfully, but these errors were encountered: