[Webkit-unassigned] [Bug 40881] Authors require control over image interpolation methods
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 31 06:50:28 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=40881
--- Comment #11 from Stephen White <senorblanco at chromium.org> 2012-05-31 06:50:26 PST ---
(In reply to comment #10)
> There is still no way to guarantee nearest-neighbor, which is really disappointing for exactly-square and/or "pixel" graphics.
For <canvas>, you can now use
ctx.webkitImageSmoothingEnabled = false
to obtain nearest-neighbor interpolation. This should be available in WebKit nightlies and the Chrome Canary. This is orthogonal to the CSS change, which is still a work-in-progress AFAIK.
--
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