[Webkit-unassigned] [Bug 42273] Convolution computation causes bad alpha channel values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 01:21:13 PDT 2010


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





--- Comment #21 from Zoltan Herczeg <zherczeg at webkit.org>  2010-07-15 01:21:12 PST ---

>     image->set(pixel + 1, preserveAlphaValues ? src->get(pixel) : alpha);
>     ++pixel;

Are you sure it is "pixel + 1"? Isn't it just "pixel"? And "pixel++" even shorter.

-- 
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