[Webkit-unassigned] [Bug 38735] ImageBuffer::transformColorSpace : linear RGB -> sRGB conversion formula error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 17:31:51 PDT 2010


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





--- Comment #3 from Darin Adler <darin at apple.com>  2010-05-07 17:31:51 PST ---
(From update of attachment 55359)
> +                color = (pow(color, 1.0f / 2.4f) * 1.055f) - 0.055f;

Shouldn't this be powf? Using pow means we'll convert to double and then back
to float.

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