Bug 276991

Summary: [GTK] Remove PlatformDisplay::colorProfile()
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: 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
Reported 2024-07-24 03:14:27 PDT
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
Carlos Garcia Campos
Comment 1 2024-07-24 03:16:08 PDT
EWS
Comment 2 2024-07-24 07:05:22 PDT
Committed 281293@main (bcc92ec7dd55): <https://commits.webkit.org/281293@main> Reviewed commits have been landed. Closing PR #31145 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.