GNOME Bugzilla – Bug 451344
nautilus ignore metadata for JPEG with XMP
Last modified: 2007-07-10 02:12:36 UTC
nautilus ignore metadata for JPEG with XMP. (it is more about the fact that there is another APP1 before the JPEG image that require to read further) Patch will follow.
Created attachment 90691 [details] [review] patch to fix the problem loading should continue if any of the data needs more. (change && by ||)
Thanks, it's on HEAD: 2007-07-10 Martin Wehner <martin.wehner@gmail.com> * src/nautilus-image-properties-page.c: (file_read_callback): Don't ignore EXIF metadata of JPEG with XMP. (#451344) Patch from Hubert Figuiere <hfiguiere@teaser.fr>