https://bugzilla.wikimedia.org/show_bug.cgi?id=13252
--- Comment #5 from Andrew Garrett <[email protected]> 2010-04-06 05:50:07 UTC --- (In reply to comment #4) > Did you resolve it properly, or in a way that will lead to downtime in the > near > future? I resolved it by turning GIF scaling back on, and setting $wgMaxAnimatedGifArea to its original value. This won't lead to downtime in the near future, because Bitmap.php uses getImageArea() to find the area to compare with $wgMaxImageArea. In GIF.php, getImageArea() now returns width * height * frame count. This should stop long or big GIFs from being thumbnailed. -- 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
