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 583889 - rotating a tiff corrupts it
rotating a tiff corrupts it
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks: 583464
 
 
Reported: 2009-05-26 13:32 UTC by Michael Chudobiak
Modified: 2009-05-28 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2009-05-26 13:32:10 UTC
tiff rotation is broken in trunk, for unknown reasons.

Hit "[" to test on a tif image.

- Mike
Comment 1 Michael Chudobiak 2009-05-28 14:34:39 UTC
TIFF metadata writing is tricky: 

http://dev.exiv2.org/issues/show/602#note-4

For now, we will only support metadata writes to jpeg and png images.

That fixes the current issue.

- Mike