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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 10:32:41 PDT 2009


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





--- Comment #11 from Chang Shu <Chang.Shu at nokia.com>  2009-09-28 10:32:41 PDT ---
Hi, Ariya,

Even I have submitted the new patch that uses QImage::Format in API, I am
re-thinking this and feel there is some disadvantage of exposing
QImage::Format. First, QImage::Format is internal definitions and may change
more frequently than public interface. Second, it has many more formats that we
don't really support. And what we really care is the bit-length of the format
not other details. So I plan to use a new enum that only has rgb16 and rgb32.
Would you let me know what your thought on this? Thanks,

Chang

(In reply to comment #9)
> I think a proper entry in QWebSettings, e.g. accepting QImage::Format, would be
> better (from API point of view).

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