Replies: 2 comments
-
Hi @crowsonkb / Katherine, I am definitely interested! :) This is a recurring convo topic, I had in mind to implement the ICC rendering intents (Absolute colorimetric, Relative colorimetric, Perceptual, Saturation) which was the purpose of this issue (even if empty): #154 I think we could stuff that in a new |
Beta Was this translation helpful? Give feedback.
0 replies
-
@crowsonkb : Hey Katherine, any reason for closing the issue? Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some rough, experimental code that finds the closest point in an RGB gamut to an out-of-gamut color, where 'closest' is defined by some distance metric i.e. CIEDE2000. It uses scipy.optimize.fmin_l_bfgs_b(), a optimizer which has support for simple box constraints.
Here is the code in its current rough state:
Beta Was this translation helpful? Give feedback.
All reactions