[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 Oct 12 01:34:15 PDT 2015


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

Max Stepin <maxstepin at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #261090|0                           |1
        is obsolete|                            |
 Attachment #261090|review?                     |
              Flags|                            |
 Attachment #262881|                            |review?
              Flags|                            |

--- Comment #5 from Max Stepin <maxstepin at yahoo.com> ---
Created attachment 262881
  --> https://bugs.webkit.org/attachment.cgi?id=262881&action=review
v02.patch

Only decode the frames up to haltAtFrame, also set the frame attributes as soon as possible, instead of waiting until frameComplete(). 

That was the reason for the artifacts - 'dispose' attribute was used by clearFrameBufferCache() a bit earlier, before it was actually set.

-- 
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/20151012/5fa7722f/attachment-0001.html>


More information about the webkit-unassigned mailing list