[Webkit-unassigned] [Bug 43102] Set incorrect but close expectations for mask-colorspace.svg on mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 01:25:18 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |krit at webkit.org
     Ever Confirmed|0                           |1




--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-07-28 01:25:18 PST ---
First, I would realy like to know, if CG on Windows can transform RGB to linearRGB and back like leopard, so that we may just need to exlude tiger.

To the code you mentioned. This is getImageData and reads pixel information (here in an unmultiplied way) and stores them in an array. The data is still RGB. It has nothing to do with the the sRGB to linearRGB transformation.
Only Qt, Skia and Cairo have the transformation code in their ImageBuffer's as far as I know.

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