[Webkit-unassigned] [Bug 107530] New: [Qt] Optimize ImageBuffer::getUnmultipliedImageData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 02:16:42 PST 2013


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

           Summary: [Qt] Optimize ImageBuffer::getUnmultipliedImageData
           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: allan.jensen at digia.com


In getImageData we do slow conversion of multiplied to premultiplied and back, that could be done faster by Qt. Additionally we create Color objects that have input verification, when all we need is the RGB32 value which is identical to QRgb.

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