https://bugzilla.wikimedia.org/show_bug.cgi?id=6672
--- Comment #20 from Brion Vibber <[email protected]> 2011-06-13 21:10:00 UTC --- Scaler modes tested as of r90009: OK: * gd: correct size & orientation * imext (ImageMagick PHP extension): correct size & orientation Bad: * im (shell-out): orientation ok, size has width/height swapped * client: fails to rotate at all Unknown: * custom It looks like the --auto-orient option on convert might be telling it to swap its width/height, so we may need to swap them back before passing them in. (The ImageMagick extension mode does the rotation explicitly, and explicitly swaps the swapped width/height back first for the scaling.) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
