https://bugzilla.wikimedia.org/show_bug.cgi?id=25647

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Bawolff <[email protected]> 2011-04-04 17:05:40 UTC ---
Presumably the png is failing the $wgMaxImageArea check in the Bitmap image
handler, (normaliseParams is returning false, which is checked before
TRANSFORM_LATER, thus the error is known at the time when the page is
rendered). In Paged Tiff Handler, the equivalent check is done towards the end
of the doTransform method (after the self::TRANSFORM_LATER check), so the error
is only encountered when the 404 handler tries to make the thumbnail, not at
page render time.

-- 
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 watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to