https://bugzilla.wikimedia.org/show_bug.cgi?id=31504
--- Comment #6 from Platonides <[email protected]> 2011-10-08 22:02:07 UTC --- I see many "we need to override" problems listed above, but I think it's really simple. Assuming the original implementation has been reverted (bug 6672 comment 26+), we have all the images correctly rotated (although EXIF may be wrong). Add a new step on upload asking to rotate if the EXIF suggests it should be. Show a couple of thumbnails there, so it's braindead which way the uploader wants the image to be presented. The invariant is preserved. We don't have any guarantee that the EXIF data will be right (as we don't now), but we don't rely on it either, so it's no problem. If you want to be fancy, and completely optional, add an option to rotate from the wiki UI, that makes the rotations as a reupload, even though everything is done server side (what about big images?). -- 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
