GNOME Bugzilla – Bug 353390
Fix default rotation angle in portrait print mode
Last modified: 2006-08-31 18:50:22 UTC
Please describe the problem: When a landscape-oriented image is printed in portrait print mode, gthumb automatically rotates it 90 degrees. However, when printed onto punched-hole paper, this places the top of the image opposite the hole side. It is more conventional to place the top of the image next to the hole side. In other words, it would be better if the image were rotated 270 degrees. Steps to reproduce: 1. Select a landscape-oriented picture, for instance a photo of a family. 2. Print onto punched-hole paper, selecting portrait mode in the print dialog. Actual results: The family is printed upside-down, if you hold the paper with the holes at the top. Expected results: The family is printed right-side up, if you hold the paper with the holes at the top. Does this happen every time? Yes. Other information:
Created attachment 71827 [details] [review] Patch to correct rotation of landscape-oriented images in portrait print mode
I've added a simple one-line patch to fix this.
patch applied, thanks.