[Webkit-unassigned] [Bug 47477] WebGL shows PNG Textures with indexed colors too dark

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 08:07:09 PST 2011


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





--- Comment #6 from Zhenyao Mo <zmo at google.com>  2011-01-28 08:07:09 PST ---
(In reply to comment #5)
> The indexed PNG file renders just fine when used in an <img> tag. Why is WebGL different?

WebGL decodes the images by itself because we want control over whether to apply meta settings to the RGBA data (like gamma correction, colorspace profile, etc).  Only we haven't handled the case where colors are indexed.

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