[Webkit-unassigned] [Bug 105300] [Skia] Animated transformations on bitmap images shake

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 05:27:56 PST 2012


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





--- Comment #6 from Stephen Chenney <schenney at chromium.org>  2012-12-19 05:30:11 PST ---
One typical way to solve this is to use fast and dirty resampling while moving and then clean it up when static. I doubt that's practical here, as we would have to detect and redraw the last frame of an animation.

Why does Skia enforce integral boundaries for bilinear resampling? That just seems pointless as the algoritihm should be able to handle any boundary position for the output. Is the issue here clamping of the input image rectangle?

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