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

[Feature] Understand how and where gamma and color spaces should appear in the pipeline. #15

Open
Adnn opened this issue Nov 16, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Adnn
Copy link
Contributor

Adnn commented Nov 16, 2021

In particular, the question of gamma correction is raised by FreeType, and might impact Texting renderer blending.

For optimal rendering on a screen the bitmap should be used as an alpha channel in linear blending with gamma correction.

In particular, FreeType doc mentions converting from sRGB space to linear space before blending, which raises questions:

  • Are we not already working in linear color space anyway?
    • If so, should gamma correction only be applied once as a post processing pass?
@Adnn Adnn self-assigned this Nov 16, 2021
@Adnn Adnn added the enhancement New feature or request label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant