[Webkit-unassigned] [Bug 161566] New: Change the decoding for animated images to be asynchronous
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 2 20:40:18 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161566
Bug ID: 161566
Summary: Change the decoding for animated images to be
asynchronous
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
When there are many frames or the frames are large, the memory cache keeps asks for destroying the decoded frames. Having the decoding happens at the time of drawing makes the animation stuttered. To resolve this problem, the image decoding should be moved form the main thread to a operate thread. And the frame to be displayed should be requested in advance such such that when it the frame is drawn, its decoded data is ready.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160903/a0d18d1a/attachment.html>
More information about the webkit-unassigned
mailing list