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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 11:02:49 PDT 2011


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


Andrew Wason <rectalogic at rectalogic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #93660|0                           |1
        is obsolete|                            |
  Attachment #94090|                            |review?
               Flag|                            |




--- Comment #8 from Andrew Wason <rectalogic at rectalogic.com>  2011-05-19 11:02:48 PST ---
Created an attachment (id=94090)
 --> (https://bugs.webkit.org/attachment.cgi?id=94090&action=review)
implement toImageData() in Qt bridge

(In reply to comment #5)
> No'am is rewriting the bridge at the moment (see the mailing list).
> Please sync with him before updating the patch.

He said to go ahead with the patch and he will merge later.

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

Patch is updated to do a direct copy for RGB888, ARGB32 and RGB32 and for all other cases convertToFormat(ARGB32) and then copy from that.

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