WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
42261
#if !PLATFORM(CG) a bit confusing as a mechanism to decide how to handle ImageBuffer colorspace conversion
https://bugs.webkit.org/show_bug.cgi?id=42261
Summary
#if !PLATFORM(CG) a bit confusing as a mechanism to decide how to handle Imag...
Alex Nicolaou
Reported
2010-07-14 07:37:06 PDT
In
https://bugs.webkit.org/show_bug.cgi?id=42228#c11
Darin complained that the way we're deciding to do the colorspace conversion or not at the call sites that get pixels from an ImageBuffer that isn't in device colorspace is confusing. We could fix this by adding some other #define to key off of or by burying the decision making in the ImageBuffer class itself; this bug is meant for us to pick an approach so that I can implement it.
Attachments
Add attachment
proposed patch, testcase, etc.
Alex Nicolaou
Comment 1
2010-07-14 07:37:26 PDT
Add backlink to
bug 42228
Dirk Schulze
Comment 2
2014-05-12 05:51:12 PDT
It is not decided at caller site anymore.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug