[Webkit-unassigned] [Bug 42370] Scaled Resized images are blurred when sent to Skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 12:56:24 PDT 2010


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


W. James MacLean <wjmaclean at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wjmaclean at chromium.org




--- Comment #3 from W. James MacLean <wjmaclean at chromium.org>  2010-09-23 12:56:24 PST ---
(In reply to comment #2)
> Created an attachment (id=68569)
 --> (https://bugs.webkit.org/attachment.cgi?id=68569) [details]
> Patch

This patch fixes a scaling issue that occurs with resampled bitmaps in ImageSkia.cpp. Previously, the size of the resampled bitmap did not take into account the current transform matrix of the canvas being used, with the result that (sometimes) under-sized re-sampled images were created and then re-interpolated to larger sizes, with predictably poor results.

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