[Webkit-unassigned] [Bug 103796] New: [chromium] ImageDecodingStore should cache partially decoded images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 18:11:48 PST 2012


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

           Summary: [chromium] ImageDecodingStore should cache partially
                    decoded images
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com
                CC: senorblanco at chromium.org, jamesr at chromium.org,
                    vangelis at chromium.org, enne at google.com,
                    nduca at chromium.org, qinmin at chromium.org


Current implementation does not cache partially decoded images. The result is that when an image is partially decoded, the bitmap and corresponding ImageDecoder is deleted. The means any subsequent decoding will have to start from scratch.

Redoing image decoding many times is very expensive and should be avoided. The solution to this is to cache partially decoded bitmap together with the ImageDecoder.

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