WICG / canvas-color-space

Proposed web platform feature to add color management, wide gamut and high bit-depth support to the <canvas> element.
Other
79 stars 19 forks source link

Remove CanvasStorageFormat, ImageDataStorageFormat, and Rec2020 #52

Closed ccameron-chromium closed 3 years ago

ccameron-chromium commented 3 years ago

This functionality will be exposed in other proposals.

The WebGL parts of CanvasStorageFormat will go into a separate proposal.

The 2D Canvas storage format is being deferred until a later proposal that covers ultra wide color gamut and high dynamic range.

Because Rec2020 is only really useful with more than 8 bits per pixel, it is removed as well.

kdashg commented 3 years ago

The WebGL side of this is being handled here: https://github.com/KhronosGroup/WebGL/pull/3220