RESOLVED FIXED 107530
[Qt] Optimize ImageBuffer::getUnmultipliedImageData
https://bugs.webkit.org/show_bug.cgi?id=107530
Summary [Qt] Optimize ImageBuffer::getUnmultipliedImageData
Allan Sandfeld Jensen
Reported 2013-01-22 02:18:34 PST
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.
Attachments
Patch (2.67 KB, patch)
2013-01-22 02:23 PST, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2013-01-22 02:23:25 PST
Allan Sandfeld Jensen
Comment 2 2013-01-22 06:22:53 PST
Part of this patch is reverting the change made in bug #42945
Allan Sandfeld Jensen
Comment 3 2013-01-22 12:33:23 PST
Comment on attachment 183939 [details] Patch Clearing review. The main optimization here is better delt with as part of the patch for bug #107560
Allan Sandfeld Jensen
Comment 4 2013-02-05 05:07:00 PST
Optimized some by the patch for bug #107560.
Note You need to log in before you can comment on or make changes to this bug.