GNOME Bugzilla – Bug 304133
Index JPEG comments (in addition to EXIF comments)
Last modified: 2005-05-19 03:56:40 UTC
Several image editing tools (e.g. digikam) store user comments as JPEG comments instead of EXIF comments. Since beagle uses libexif to index jpeg images, jpeg comments in such images are never indexed. Expected: JPEG comments in images should also be indexed.
Created attachment 46421 [details] [review] Index jpeg comments also. A simple patch which adds jpeg comments to the index data. Ideally we should be somehow merging EXIF comments and JPEG comments and index both of them together as comments.
I've committed your patch to CVS. Thanks!