[Webkit-unassigned] [Bug 61169] [Chromium] optimize-contrast-canvas.html and optimize-contrast-image.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 15:34:09 PDT 2011


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





--- Comment #4 from Mike Lawther <mikelawther at chromium.org>  2011-05-26 15:34:09 PST ---
Hi Adam - the gradient look is because Skia is doing a bilinear interpolation instead of a nearest-neighbour - hence the blurring of the edges. The tests are scaling a 2x2 image to 100x100, hence the obviousness of the difference.

I need to look into this - Skia is doing something different with InterpolationQualityNone than what I expect.

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