-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add darktable UCS #357
Comments
Interesting! So it's specifically made to work well for image processing? Also, did you mean to link this? https://eng.aurelienpierre.com/2022/02/color-saturation-control-for-the-21th-century/ |
Yeah that's the correct link. Basically the darktable UCS is a perceptual color space similar in spirit to CAM16. CAM16 is more suitable for color correction and color adaptation and darktable UCS is more suitable for creative color work (it accounts for the Helmholtz–Kohlrausch effect). |
Yeah exactly so if you want to change the hue,saturation or the brightness of a color it will do so in a perceptually uniform way. As you can guess from the name it is being used internally by darktable to allow for these kind of changes |
Ok, yeah, that sounds useful and it's nice that there's an official implementation to look at. 🙂 Thanks for pointing it out! |
Perceptual color space are very useful for image processing and it would be nice to have this as part of palette
https://eng.aurelienpierre.com/2022/06/interpolating-hue-angles/
The text was updated successfully, but these errors were encountered: