Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDR / wide color gamut support #802

Open
4 tasks
SignpostMarv opened this issue Aug 24, 2020 · 0 comments
Open
4 tasks

HDR / wide color gamut support #802

SignpostMarv opened this issue Aug 24, 2020 · 0 comments

Comments

@SignpostMarv
Copy link

Is your feature request related to a problem? Please describe.
Upcoming image formats for browsers (avif) will have support HDR /wide color gamut.
CanvasRenderingContext2d currently does not.
This suggests possible issues with regards to HDR support:

  • what should happen to the HDR/gamut data when converting to formats that don't support it?
  • what should happen to the HDR/gamut data when resizing an avif file?

Describe the solution you'd like

  • figuring out how to handle import of HDR/gamut data
  • figuring out how to handle export of HDR/gamut data
  • development of general policy on how to handle features that image formats support but browsers don't provide native APIs for
  • figure out if it's out-of-scope or not to add HDR/gamut data when manipulating an image in circumstances where squoosh transformations may benefit from doing so.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant