I have 2 sample images that I downloaded from the Internet. I assign them tags in the Digikam (a KDE application). While I can see the assigned tag on one of the images in Dolphin (KDE's file manager application) I can't see it on the other image. I tried stripping metadata but it didn't work too. I compared the output of exiftool image.jpg and the fields don't differ except size, name etc.
The problem is with the tree.jpg
I don't know how Dolphin processes the XMP, but maybe the invalid XMP date/times are causing problems in tree.jpg:
% exiftool -validate -warning tmp
======== tmp/car.jpg
Validate : 12 Warnings (2 minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
Warning : Missing required JPEG ExifIFD tag 0x9000 ExifVersion
Warning : Missing required JPEG ExifIFD tag 0x9101 ComponentsConfiguration
Warning : Missing required JPEG ExifIFD tag 0xa000 FlashpixVersion
Warning : Missing required JPEG ExifIFD tag 0xa001 ColorSpace
Warning : Missing required JPEG ExifIFD tag 0xa002 ExifImageWidth
Warning : Missing required JPEG ExifIFD tag 0xa003 ExifImageHeight
Warning : Missing required JPEG IFD0 tag 0x011a XResolution
Warning : Missing required JPEG IFD0 tag 0x011b YResolution
Warning : Missing required JPEG IFD0 tag 0x0128 ResolutionUnit
Warning : Missing required JPEG IFD0 tag 0x0213 YCbCrPositioning
======== tmp/tree.jpg
Validate : 10 Warnings (all minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Non-standard IFD0 tag 0x4746 Rating
Warning : [minor] Non-standard IFD0 tag 0x4749 RatingPercent
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:DateTime
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:CreateDate
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:MetadataDate
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:ModifyDate
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:DateTimeOriginal
Warning : [minor] Invalid date/time format'2005:12:09T04:45:36' for XMP:DateCreated
1 directories scanned
2 image files read
- Phil
Phil thank you very much for the repsonse.
Is it possible for the XMP data to be corrupted because of my uploading to the forum?
~$ exiftool -validate -warning tmp
======== tmp/tree.jpg
Validate : 4 Warnings (all minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Non-standard IFD0 tag 0x4746 Rating
Warning : [minor] Non-standard IFD0 tag 0x4749 RatingPercent
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
======== tmp/car.jpg
Validate : 2 Warnings (all minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
1 directories scanned
2 image files read
I get less errors locally.
I'm uploading the images that produced less errors in case my copy/pasting or other trials caused the less/more number of errors.
Edit:
I downloaded the pictures that I had uploaded and tried
exiftool -validate -warning Downloads/
======== Downloads/tree.jpg
Validate : 4 Warnings (all minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Non-standard IFD0 tag 0x4746 Rating
Warning : [minor] Non-standard IFD0 tag 0x4749 RatingPercent
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
======== Downloads/car.jpg
Validate : 2 Warnings (all minor)
Warning : [minor] Non-standard IFD0 tag 0x000b ProcessingSoftware
Warning : [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto
1 directories scanned
2 image files read
Quote from: Ahmet on May 19, 2018, 10:02:46 AM
Is it possible for the XMP data to be corrupted because of my uploading to the forum?
No.
QuoteI get less errors locally.
What version of ExifTool are you using?
- Phil
Quote
What version of ExifTool are you using?
When I checked the version I saw that it was 10.60. I've uninstalled it and installed version 10.80. I can get the XMP time errors with 10.80.
...
Should I leave the thread as it is or is it better to mark it solved?
Great.
You can do whatever you want with the thread.
- Phil