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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 07:10:40 PDT 2009


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





--- Comment #15 from Chang Shu <Chang.Shu at nokia.com>  2009-10-06 07:10:39 PDT ---
(In reply to comment #13)
> > 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,
> 
> It's a public API, it is not "internal" at all.
> 
> Another concern: what about 5-5-5 in some other platforms (not Symbian)?

The conversion is triggered only if
1. no alpha channels
2. the original format is RGB32
3. new format is RGB16

With the current patch, no code changes the default setting to RGB16. Even
browser client from other platform starts to use this API, whether internally
5-5-5 or 5-6-5 is used is transparent to the client. I should probably change
the title of this bug to "Using RGB16..." to make it less confusing.

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