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

Linear interpolation mode #1

Open
DomBito opened this issue Aug 3, 2021 · 0 comments
Open

Linear interpolation mode #1

DomBito opened this issue Aug 3, 2021 · 0 comments

Comments

@DomBito
Copy link

DomBito commented Aug 3, 2021

Hello, there.

At least in my experience, the output of a curve function is very sensitive to the absolute value of its derivative, not by the continuity of its derivative.
If a curve is too slanted, thus separating appart two near RGB values, artifacts will start to form, since compressed subtle noise will become more evident due to this separation.

So if you want to, say, white-balance an extremely tinted input, you want to achieve the right blacks, greys and whites. But when you force them to be balanced, the curve might be too slanted if you have different strong tints at darks and brights, for example. A linear interpolation in this case is the best option, since it's the interpolation that minimizes the Lipschitz constant of the function.

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