GNOME Bugzilla – Bug 314316
Rotate thumbnails with document
Last modified: 2005-08-25 20:03:02 UTC
There are three problem with rotation I'd like to solve before release 1. Djvu, tiff, pixbuf and dvi rotate document left when user select "Rotate right". 2. Thumbnails are not rotated 3. Ps document isn't rotated also
Created attachment 51217 [details] [review] Patch this patch should solve problems 1 and 2, but I am still wondering why we should change rotation direction in backend. Isn't it better to fix poppler so it's rotation will match natural direction. About problem 3 I can't quickly find a way to solve it.
Created attachment 51218 [details] [review] Updated patch This patch should also fix problem number 3, thus all visible for me problems. Although it looks a bit hackish for me.
This fixes some problems, but doesn't seem to fully work. I'll have another look later.
I fixed 3 in cvs in a non hacky way. With the testcase I'm using I still get rendering problems but it seem like a gs problem (same result in ggv). About 1 I'm not sure... postscript seem to use the same rotation logic as poppler. So maybe we should stick with that? Or would it be better to be consistent with gtk logic? About 2 I dont think it's a critical problem, unless we have a not too risky patch we should probably delay it (up to jrb anyway).
Well, if problem 3 is fixed then first patch from comment #1 should be aplied instead
Created attachment 51267 [details] [review] Patch to fix 1.
Created attachment 51268 [details] [review] Patch to fix 2.
1 and 3 fixed, only 2 left
Should be fixed now. Thanks to all