Bug 291196
| Summary: | Implement ImageData float16 support | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Christopher Cameron <ccameron> |
| Component: | Canvas | Assignee: | Gerald Squelart <g_squelart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | g_squelart, mattwoodrow, sabouhallawa, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 287139 | ||
| Bug Blocks: | |||
Christopher Cameron
This is a bug to add support for the Float16Array-backed ImageData structure.
See PR that adds this to the HTML spec:
https://github.com/whatwg/html/pull/11143
See explainer here:
https://github.com/ccameron-chromium/ColorWeb-CG/blob/image_data_float/image_data_float.md
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/149206713>
Gerald Squelart
It's already implemented, but with different names.
I'll change the names in https://bugs.webkit.org/show_bug.cgi?id=287139 (along with CanvasPixelFormat -> CanvasColorType), and mark this one here as fixed after that.
Gerald Squelart
Done in https://commits.webkit.org/299673@main