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

PR: Support for 'ProLab' colourspace. #841

Closed

Conversation

SGeetansh
Copy link
Contributor

@SGeetansh SGeetansh commented Aug 4, 2021

Fixes #675.

@KelSolaar
Copy link
Member

Hi @SGeetansh,

Let me know when you want this one to be reviewed!

@SGeetansh SGeetansh force-pushed the ProLab_colourspace branch 2 times, most recently from 4114cfc to 3ef15f8 Compare August 16, 2021 14:39
@SGeetansh SGeetansh marked this pull request as ready for review August 16, 2021 15:22
@SGeetansh SGeetansh changed the title PR: Support for 'ProLab' colourspace PR: Support for 'ProLab' colourspace. Aug 16, 2021
array([ 59.846628... , 115.039635... , 20.1251035...])
"""

XYZ = np.asarray(XYZ)
Copy link
Member

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.

@KelSolaar
Copy link
Member

This PR has been superseded by #932 so I'm closing it!

@KelSolaar KelSolaar closed this Jan 30, 2022
@KelSolaar KelSolaar added this to the v0.4.0 milestone Jan 30, 2022
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

Successfully merging this pull request may close these issues.

Implement support for "ProLab" colourspace.
2 participants