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 344488 - Proper rotating
Proper rotating
Status: RESOLVED WONTFIX
Product: f-spot
Classification: Other
Component: Editing
0.1.11
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2006-06-10 15:34 UTC by David Berg
Modified: 2018-07-01 09:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Improperly rotated photo (153.76 KB, image/jpeg)
2006-06-12 18:34 UTC, David Berg
Details
Test photo from Photos directory (153.76 KB, image/jpeg)
2006-06-12 18:36 UTC, David Berg
Details

Description David Berg 2006-06-10 15:34:15 UTC
In trying to get flickr to auto-rotate images from f-spot I found that it didn't make any changes no matter which way the images had been rotated in f-spot.  I also noted that if I rotated the image within my camera that flickr handled them proper even if I uploaded them through f-spot.

Figuring there was a problem with the exif orientation tags I ran exif on both images.  When I ran exif on an image I had rotated using f-spot and compared it to one from the camera, I found that the camera-rotated-image had these entries for Orientation:

dberg@dale:~/Photos/2006/6/10$ exif DSC02341.JPG  | grep Orientation
Orientation         |right - top
Orientation         |right - top

Where as the image rotated in f-spot had these entries:

dberg@dale:~/Photos/2006/6/10$ exif DSC02342.JPG | grep Orientation
Orientation         |right - top
Orientation         |top - left

Apparently flickr looks at both or just the second and is either
confused by the mismatched info or decides it doesn't need to be
rotated.
Comment 1 Larry Ewing 2006-06-12 17:54:50 UTC
can you attach this photo?  It sounds like perhaps the thumbnail has an orientation specified, and flickr is doing something to simplistic when searching for the orientation (like using the last tag found).
Comment 2 Larry Ewing 2006-06-12 17:55:09 UTC
can you attach this photo?  It sounds like perhaps the thumbnail has an orientation specified, and flickr is doing something to simplistic when searching for the orientation (like using the last tag found).
Comment 3 David Berg 2006-06-12 18:34:08 UTC
Created attachment 67206 [details]
Improperly rotated photo

Just took this photo, imported it into f-spot, rotated it, then exported to flickr.  The attached image is taken directly off the camera.  The image on flickr is public and located here: http://www.flickr.com/photos/bergs/165862514/.

--Dave
Comment 4 David Berg 2006-06-12 18:36:09 UTC
Created attachment 67207 [details]
Test photo from Photos directory

Not sure why I pulled the image off the camera and not from the photo location.  This image is pulled from ~/Photos.

--Dave
Comment 5 Larry Ewing 2006-06-12 19:21:26 UTC
Definitely looks like a flickr bug.  It is using the thumbnail orientation as the overall orientation and ignoring the setting it should be using.  
Comment 6 David Berg 2006-06-12 21:34:53 UTC
I concluded that as well, but I don't understand why F-Spot wouldn't change the thumbnail orientation as well.  How often does one end up with a photo where the thumbnail is oriented properly but the image isn't?  I'll file a bug with Flickr, but I would expect that most other managers/cameras rotate both orientation fields.  If they didn't I would expect that flickr would have remidied the problem.  

Thats not to say that F-Spot should do it because every one else does it.  I guess I would just hope that there was a good reason for F-Spot not to do something that other clients do.  

--Dave
Comment 7 Larry Ewing 2006-08-03 19:40:46 UTC
The reason is that f-spot isn't currently changing it is that this is the first image I've ever seen with an orientation specified on the thumbnail.  Changing the orientation on the thumbnail if the tag exists is definitely something that should be fixed, but it doesn't make flickr any less broken in how they are reading the exif data.  Fixing it would just mean that the thumbnail in the metadata dialog would show up with the right orientation.
Comment 8 David Berg 2007-03-04 19:47:56 UTC
How can I create a patch to fix this?  I spend quite a bit of time rotating photos twice and would rather direct it towards programming.  

I'm familiar with C++, but not C# or f-spot's code base.  Is it easy enough to fix for a rusty old programmer?
Comment 9 David Berg 2007-03-04 21:43:35 UTC
The most recent complaint came because I was re-uploading all my photos to flickr.   Now that the newest photos are being uploaded I'm finding that they are correct.  

Is there a way to have f-spot go through and correct the old images?

Thanks for fixing this.
Comment 10 Paul Wellner Bou 2010-07-27 06:33:54 UTC
Latest F-Spot with TagLib crashes importing this photo.
See https://bugzilla.gnome.org/show_bug.cgi?id=625367
Comment 11 André Klapper 2018-07-01 09:05:35 UTC
f-spot is not under active development anymore, has not seen code changes for five years, and saw its last tarball release in the year 2010.
Its codebase has been archived: https://gitlab.gnome.org/Archive/f-spot/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.