Bug 292463
Summary: | [HDR] Tonemap the HDR image when "dynamic-range-limit: standard;" is applied | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Images | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 282299 |
Said Abou-Hallawa
HDR images with "dynamic-range-limit: standard;" should be excluded from the layer detection for HDR content. These images should also be tone mapped manually to SDR by clamping their HDR data. The clamping can be done by drawing the HDR image to unaccelerated ImageBuffer which is created with SDR colorspace.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/150555655>
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/44874
EWS
Committed 294643@main (6b3061ae38db): <https://commits.webkit.org/294643@main>
Reviewed commits have been landed. Closing PR #44874 and removing active labels.