You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
RGB->RGB conversion in colormath is broken, the result is not in the
target space (gtaylor/python-colormath#63).
Going through LAB yields correct result.
That's pretty weird. I honestly probably won't get around to checking this out anytime soon, but I'd certainly accept a PR with a fix. Bonus points for a matching test case.
I looked at the code before submitting this issue, but from what I see the logic is non-trivial (using some transformation graphs) and I didn't see anything obvious. I will look at this again if I find enough time.
j-warchol
pushed a commit
to jw-git-examples/git-example-sele-utils
that referenced
this issue
Jun 28, 2017
RGB->RGB conversion in colormath is broken, the result is not in the
target space (gtaylor/python-colormath#63).
Going through LAB yields correct result.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to convert from one RGB space to another RGB space, I receive the result in the original space, not in the target space I specified:
If I go through a non-RGB space it works:
The text was updated successfully, but these errors were encountered: