https://bugzilla.wikimedia.org/show_bug.cgi?id=31024
--- Comment #5 from Brion Vibber <[email protected]> 2011-09-20 18:24:12 UTC --- Ok, the behavior on trunk and 1.18 seems to match in these broken ways: * when uploading on Special:Upload, the preview thumbnail is rotated correctly, but width/height are reported unrotated (WRONG) * File: page incorrectly reports unrotated width/height (WRONG) * under default thumbnailing config, it produces a 600x800px image which is too big to fit within the 800x600px default File: page image size maximum (labeled as 600px wide, but correctly sized to that) If I set $wgThumbnailScriptPath to '/trunk/thumb.php' (to match my dir), remopve the thumbnails, and then refresh I get: * File: page asks for thumb.php?f=Portrait-rotated_X.jpg&width=600 which produces a 450x600px image * but the File: page still sizes it to 600x800px So..... there's a butt-ton of wrong stuff going on, but you can repro the problem easily by running the thumbnails through thumb.php. Sigh. -- 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
