[Webkit-unassigned] [Bug 29279] [Qt] Use rgb565 format for images on Symbian platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 20:46:58 PDT 2009


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zecke at selfish.org




--- Comment #12 from Holger Freyther <zecke at selfish.org>  2009-10-05 20:46:58 PDT ---
ImageDecoder should not know about anything from WebKit. Then this method is
quite hot and doing a color conversion is not cool for performance.

What is preventing us to decode the image to max RGB565, e.g. by changing
QImageReader. The other question is what is QPixmap on symbian, a QImage with
RGB565?

Last, do you notice that you consume more memory in some cases?

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