here a tiff file well tagged
What did I do? What can be reproduced:
1) open the orginal tiff in xnview
2) (resize it and) saved it as this file
3) refresh it in xnview (-> reloads the metadata) -> the IPTC data are still there but no exif anymore.
4) display the metadata with exiftool:
- Code: Select all
Exiftool.exe -all 20081019_15-55-46_Regensburg_pano6_23mm_resized.tif
I get the following warning:
Current IPTC Digest : 92b5362261d3866154f1b5f9dcb6b3b8
Warning : Bad IPTC data tag (marker 0x6f)
5) first try to retag the file:
- Code: Select all
Exiftool.exe -TagsFromfile mySrcFile.CR2 20081019_15-55-46_Regensburg_pano6_23mm_resized.tif
I get the following error:
Warning: [minor] Entries in IFD0 were out of sequence. Fixed. - 20081019_15-55-46_Regensburg_pano6_23mm_resized.tif
Error: Error writing IFD0:IPTC-NAA - 20081019_15-55-46_Regensburg_pano6_23mm_resized.tif
6) so I first need to remove completly the metadata:
- Code: Select all
Exiftool.exe -all= 20081019_15-55-46_Regensburg_pano6_23mm_resized.tif
7) and then retag the file with the same cmd as in 5. It worked and this is the file I've uploaded.
So it seems that the exif/iptc management is still a little buggy with tiff files.
I generally trust exiftool which is well recognized as a good tool to manage metadata.
Edit: I just found out this spec:
http://www.metadataworkinggroup.com/pdf ... idance.pdf
It would interessting that XnView respect the guidelines of the metadata data working group!