[Webkit-unassigned] [Bug 31806] Make GIF decoder support down-sampling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 29 16:27:12 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31806





--- Comment #2 from Peter Kasting <pkasting at google.com>  2009-11-29 16:27:12 PST ---
I didn't look too closely at the patch, but I wonder if it could be simplified
even further by making scaledRect() be available with or without this define
(and have it simply map to rect() when there's no scaling).    Similarly, a
couple of the places where we run the same loop body over a different set of
coordinates, maybe we could simply set a temp to different values in the two
cases, instead of #ifdefing the loop body?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list