Page 1 of 1
"EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Fri Nov 22, 2024 5:07 pm
by wandro
Isn't "EXIF: Date Taken" supported in labels for fullsceen display of WEBP photos?
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Sun Nov 24, 2024 2:10 pm
by xnview
EXIF is not supported by WebP, only XMP
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Mon Nov 25, 2024 7:09 pm
by wandro
Thank you for the hint.
But XMP:DateCreated doesn't display the real creation date of the photo, but ony the creation date of the photo file.
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Mon Nov 25, 2024 7:20 pm
by michel038
xnview wrote: Sun Nov 24, 2024 2:10 pm
EXIF is not supported by WebP, only XMP
? I updated exif dates for this webp picture ...
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Fri Nov 29, 2024 8:49 am
by xnview
Sorry but EXIF is supported by WebP
wandro wrote: Mon Nov 25, 2024 7:09 pm
But XMP:DateCreated doesn't display the real creation date of the photo, but ony the creation date of the photo file.
could you send me a sample file?
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Sun Dec 15, 2024 5:31 pm
by wandro
In the meantime I have used the EXIF/XMP tool from Google play store to inspect my webp photos (taken by the Open Camera app): They didn't contain any EXIF metadata and only XMP "descriptions! (Storing EXIF data has been activated in Open Camera).
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Posted: Sun Dec 15, 2024 7:00 pm
by michel038
I guess the date is in the filename, right ?
So you can put the exif dates back with XnViewMP, with the help of "ExifTool" AddOn (For Windows)
Use ”File>Open With>Configure", add a line , select exiftool.exe (located in XnViewMP's AddOn folder)
Choose a name in 1st column such as Name2Date
In the 2nd column add : -k -exif:alldates<filename
Try on some test files whose name is a valid date
Select some files, Right click > Open with > Name2Date
(It works for me with IMG_20241213_203014.jpg for example)
If it's Ok , add a parameter to prevent the creation of "bak" files : -overwrite_original
Code: Select all
-k -exif:alldates<filename -overwrite_original