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

sRGB Formula incorrect #21

Open
julhe opened this issue Jan 13, 2021 · 0 comments
Open

sRGB Formula incorrect #21

julhe opened this issue Jan 13, 2021 · 0 comments

Comments

@julhe
Copy link

julhe commented Jan 13, 2021

Just want to point out that the formula for Linear sRGB to Gamma-Corrected sRGB is not pow(x, 2.2). This is a common miss conception, since the gamma curve/ sRGB EOTF has a linear toe point.

The actual formular is described here:
http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html
https://www.colour-science.org/posts/the-importance-of-terminology-and-srgb-uncertainty/
https://entropymine.com/imageworsener/srgbformula/

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