https://bugzilla.wikimedia.org/show_bug.cgi?id=6672
--- Comment #21 from Brion Vibber <[email protected]> 2011-06-13 22:15:46 UTC --- Started adding phpunit test cases in r90016. So far just loading in a landscape image (unrotated) and a portrait image (rotated via EXIF orientation number 8) and checking their width/height. The test fails on the rotated image, reporting a width of 1024 pixels instead of the expected 768 pixels; it seems that the 'width' and 'height' are still being reported in pre-rotation form, which isn't very useful since any view or transformation of it will be post-rotation. Still also need to add actual transform tests (can we test multiple backends easily?) -- 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
