RESOLVED FIXED289363
[HDR] Enable HDR display for CSS images
https://bugs.webkit.org/show_bug.cgi?id=289363
Summary [HDR] Enable HDR display for CSS images
Said Abou-Hallawa
Reported 2025-03-07 14:07:45 PST
In 290804@main, HDR display was disabled completely for CSS images. The goal was to have consistent display for the same image regardless whether it is displayed inside an HDR layer or SDR layer. The performance of the render tree scanning was a concern also. Scanning all the CSS images in a layer will add cost for PLT. This turned out to be incorrect approach. Many images are displayed through the CSS property background-image: url(...);. For example https://gregbenzphotography.com/hdr-gain-map-gallery/ will not display HDR content for all the HDR images because all of the images in the images are CSS images.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-03-07 14:08:12 PST
Radar WebKit Bug Importer
Comment 2 2025-03-07 14:19:55 PST
Said Abou-Hallawa
Comment 3 2025-03-12 18:33:56 PDT
Said Abou-Hallawa
Comment 4 2025-03-16 18:53:39 PDT
*** Bug 288163 has been marked as a duplicate of this bug. ***
EWS
Comment 5 2025-03-18 08:08:24 PDT
Committed 292305@main (c680aebea33b): <https://commits.webkit.org/292305@main> Reviewed commits have been landed. Closing PR #42362 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.