GNOME Bugzilla – Bug 313579
Should use the ImageDescription EXIF tag as comment
Last modified: 2009-05-28 17:56:59 UTC
Gthumb should use the ImageDescripcion EXIF tag as the text describing the image when it is available and should store the image comment in this tag instead of using the xml file that it is using right now.
Well, you would probably want to use the UserComment field instead, because it supports Unicode. The ImageDescription field does not. - Mike
Storing the comment with the image would be a great enhancement. Images with comments could be easily exported to other applications (like web-galleries) without using an extra xml-file.
*** Bug 435982 has been marked as a duplicate of this bug. ***
See bug 409050. The metadata-ideas branch stores comments in xmp fields, if exiftool is present. - Mike
*** Bug 479985 has been marked as a duplicate of this bug. ***
The metadata-ideas branch has been dropped, so we'll need to re-examine this... - Mike
*** Bug 501670 has been marked as a duplicate of this bug. ***
*** Bug 437890 has been marked as a duplicate of this bug. ***
We should use exempi to store comments in XMP tags. The exempi code is a bit intimidating, though... Anybody want to code an XMP reader / writer for gthumb? - Mike
I plan to add exempi XMP reading code to trunk in the next few weeks. Stay tuned. XMP-writing code can follow after that. - Mike
Will XMP support provide access to the Comment section of the EXIF header as generated by e.g. jhead? I'd like to be able to access the comment section of the EXIF header in gthumb (as is possible with the GIMP) so I can add headers using jhead and view them inside gthumb. I came across the following page concerning XMP support in Jabref, perhaps it can help you coding XMP support? http://jabref.sourceforge.net/help/XMPHelp.php Regards Bram
Fixed in trunk. Should appear in 2.11.0. - Mike