[Webkit-unassigned] [Bug 146205] Decoding of animated PNG (APNG) is not optimized for memory usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 13:12:09 PDT 2015


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

--- Comment #4 from Max Stepin <maxstepin at yahoo.com> ---
If segmentLength is big enough we might overshoot a little, and decode not just haltAtFrame but a few more frames after haltAtFrame.

It might potentially lead to a problem with clearFrameBufferCache().

I guess we need to find a way to stop precisely at haltAtFrame. 

There is something similar: decodingSizeOnly() case stops precisely at the header, I'll see if we can use this method.

-- 
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/20150914/421a28b7/attachment.html>


More information about the webkit-unassigned mailing list