Bug 276991
Summary: | [GTK] Remove PlatformDisplay::colorProfile() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | Keywords: | Gtk |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
This is used by some image decoders to convert from embedded ICC profile to destination target. However, the target is not really the display, but the SkImage that is always created with SRGB color space. Also, PlatformDisplay::colorProfile() is always creating an SRGB profile except for X11 platform that the profile id the one from the display.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/31145
EWS
Committed 281293@main (bcc92ec7dd55): <https://commits.webkit.org/281293@main>
Reviewed commits have been landed. Closing PR #31145 and removing active labels.