RESOLVED INVALID 241674
[GPUProcess] [CG] Create ShareableBitmap with sRGB color-space when sending NativeImages to GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=241674
Summary [GPUProcess] [CG] Create ShareableBitmap with sRGB color-space when sending N...
Said Abou-Hallawa
Reported 2022-06-15 21:16:20 PDT
Sometimes CG fails to create GraphicsContext for some color-spaces. The conversion to sRGB will happen anyway when drawing the image to the destination GraphicsContext. So let's create ShareableBitmap with sRGB color-space when sending NativeImages to GPUProcess.
Attachments
Said Abou-Hallawa
Comment 1 2022-06-15 21:16:49 PDT
Said Abou-Hallawa
Comment 2 2022-06-15 21:23:13 PDT
Alexey Proskuryakov
Comment 3 2022-06-16 11:24:19 PDT
> The conversion to sRGB will happen anyway when drawing the image to the destination GraphicsContext. This sounds surprising. How do we support bigger color spaces then?
Said Abou-Hallawa
Comment 4 2022-06-21 02:40:14 PDT
This seems to be a bug in one of the underlying frameworks.
Note You need to log in before you can comment on or make changes to this bug.