-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Output changes after modifying Lightroom image with Exiftool #129
Comments
Hi! I just checked very quickly so this may not be the full picture, but the XML in the file that contains the tags is indeed changed by the exiftool command, and by quite a lot. See attached files. So if I didn't miss anything here I would say it is expected behavior. |
Thank you, then I have to figure out why exiftool changes the metadata. |
I found this thread that touches on that subject. Not sure it helps but maybe it can give some clues. https://exiftool.org/forum/index.php?topic=8159.0 |
As far as I can see Exiftool converts the data to use edit: I saw that post and I don't think it helps here |
I looked into the code some more and I believe you're correct. There is a bug in the handling of lists where these different ways to represent the same date is just never converted. Unfortunately a fix would be a breaking change. For example, the code referenced in the PiGallery2 ticket you linked would definitely break (the |
Ok, thanks for your reply and the awesome work you are doing here! I will create a pull request for Pigallery2. |
This is fixed in version 4.0.0. The two files now has the same output. Thanks for reporting! |
Description
I am observing weird behavior: after changing a single tag in an image (from Lightroom) with Exiftool, the ExifReader output changes dramatically.
How to reproduce
exiftool '-RegionAreaH=0.55270' IMG_6253.jpg
What I expected would happen:
The output should stay the same, because I did not modify the value of the tag (set the same value as before)
What really happened:
The output of ExifReader changed:
Lighroom:
After Exiftool modification:
Initially reported at bpatrik/pigallery2#191
The text was updated successfully, but these errors were encountered: