-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
PR: Support for 'ProLab' colourspace. #841
Conversation
Hi @SGeetansh, Let me know when you want this one to be reviewed! |
4114cfc
to
3ef15f8
Compare
55c0979
to
e96a1a9
Compare
86f0fd0
to
22c8855
Compare
array([ 59.846628... , 115.039635... , 20.1251035...]) | ||
""" | ||
|
||
XYZ = np.asarray(XYZ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SGeetansh : This is the reason why the unit tests are actually failing, we have a way to set precision computation on most of the API but this requires using as_float_array
instead of np.array
. Actually, in this specific case, we want to be able to handle domain-range scale, so we will need to use to_domain_1
and from_range_100
like with CIE Lab.
This PR has been superseded by #932 so I'm closing it! |
Fixes #675.