"EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Moderators: helmut, XnTriq, xnview
-
- Posts: 22
- Joined: Sun Sep 26, 2010 4:55 pm
"EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Isn't "EXIF: Date Taken" supported in labels for fullsceen display of WEBP photos?
-
- Author of XnView
- Posts: 46362
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
EXIF is not supported by WebP, only XMP
Pierre.
-
- Posts: 22
- Joined: Sun Sep 26, 2010 4:55 pm
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
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.
But XMP:DateCreated doesn't display the real creation date of the photo, but ony the creation date of the photo file.
-
- XnThusiast
- Posts: 1472
- Joined: Tue Sep 27, 2016 8:18 am
- Location: France
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
? I updated exif dates for this webp picture ...
You do not have the required permissions to view the files attached to this post.
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
-
- Author of XnView
- Posts: 46362
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
Sorry but EXIF is supported by WebP 

could you send me a sample file?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.
Pierre.
-
- Posts: 22
- Joined: Sun Sep 26, 2010 4:55 pm
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
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).
-
- XnThusiast
- Posts: 1472
- Joined: Tue Sep 27, 2016 8:18 am
- Location: France
Re: "EXIF: Date Taken" in labels for fullsceen display of WEBP photos?
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
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
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm