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
For files that have XMP embedded in the image file itself, like JPG. The XmpFile::put_xmp function is overwriting the Date Created property of that file. What's even weirder is it only changes it the first time I copy the photos from an IPhone that clicked the photos to my laptop. On subsequent runs only the Date Modified is changed, which is expected.
Expected Behaviour
Only the Date Modified should change and the Date Created should not be affected.
For files that have XMP embedded in the image file itself, like JPG. The
XmpFile::put_xmp
function is overwriting theDate Created
property of that file. What's even weirder is it only changes it the first time I copy the photos from an IPhone that clicked the photos to my laptop. On subsequent runs only theDate Modified
is changed, which is expected.Expected Behaviour
Only the
Date Modified
should change and theDate Created
should not be affected.Actual Behaviour
Date Created
is changed on the first run.Steps to Reproduce
Creation Time
change from when you clicked the photo to the time you ran the code.Creation Time
is not changed anymore, it stays on the time you first ran the code.Platform and Version
The text was updated successfully, but these errors were encountered: