After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 149433 - exif data fails to load from jpeg
exif data fails to load from jpeg
Status: RESOLVED DUPLICATE of bug 148632
Product: GIMP
Classification: Other
Component: Plugins
2.0.x
Other other
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-08-05 19:45 UTC by Greg Troxel
Modified: 2004-08-05 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Greg Troxel 2004-08-05 19:45:59 UTC
Open JPEG file with embedded exif data.  Use exif browswer plugin and note lack
of data.  Save file and notice new jpeg has no exif data.
The problem is that the save and load parasite names are different, and since
the exif browser agrees with the save, i changed the load to jpeg-exif-data.

Patch JPEG plugin:
--- jpeg.c.~1~  2004-07-17 09:07:23.000000000 -0400
+++ jpeg.c      2004-08-05 10:57:02.000000000 -0400
@@ -1165,7 +1165,7 @@
 
              if (exif_buf_len > EXIF_HEADER_SIZE)
                {
-                 exif_parasite = gimp_parasite_new ("exif-data",
+                 exif_parasite = gimp_parasite_new ("jpeg-exif-data",
                                                     GIMP_PARASITE_PERSISTENT,
                                                     exif_buf_len, exif_buf);
                  gimp_image_parasite_attach (image_ID, exif_parasite);
Comment 1 Greg Troxel 2004-08-05 19:46:47 UTC
With the above patch, the exif browswer plugin shows the data, and saving the
image results in a jpeg file with exif data.
Comment 2 weskaggs 2004-08-05 20:11:54 UTC
This is a duplicate of bug #148632
Comment 3 weskaggs 2004-08-05 20:12:29 UTC

*** This bug has been marked as a duplicate of 148632 ***