[Webkit-unassigned] [Bug 60897] [Qt] Implement toImageData() in QtWebKit Bridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 04:20:50 PDT 2011


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Implement toImageData() in  |[Qt] Implement
                   |QtWebKit Bridge             |toImageData() in QtWebKit
                   |                            |Bridge
           Keywords|                            |Qt, QtTriaged
                 CC|                            |benjamin at webkit.org




--- Comment #5 from Benjamin Poulain <benjamin at webkit.org>  2011-05-18 04:20:50 PST ---
I like the idea of this feature, I think ImageData is pretty useful.

No'am is rewriting the bridge at the moment (see the mailing list). Please sync with him before updating the patch.

I don't like color conversion done like that in WebKit when you can do so much better with SIMD inside Qt.

Please profile the conversion. Functions like QImage::pixel() are not an option when we have to act on every pixel of the image.

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