[Webkit-unassigned] [Bug 74600] [Qt] Graphics are pixelated after scaling/rotating

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 04:23:11 PDT 2012


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





--- Comment #9 from Ivan Shvedunov <ivan4th at gmail.com>  2012-06-14 04:23:10 PST ---
Created an attachment (id=147551)
 --> (https://bugs.webkit.org/attachment.cgi?id=147551&action=review)
workaround (patch)

I was affected by that problem too. When using sprite-based
animation (rapidly changing backgrounds) the animated image
becomes pixelated during frame changes. I've changed
GraphicsContextQt.cpp so it always uses
QPainter::SmoothPixmapTransform. After that change the problem
with non-smooth scaling disappeared and I didn't notice
any performance hit. Your mileage may vary though.

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