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

LAB/LCH support via PIL.ImageCms? #7

Open
portnov opened this issue Aug 3, 2016 · 4 comments
Open

LAB/LCH support via PIL.ImageCms? #7

portnov opened this issue Aug 3, 2016 · 4 comments
Labels

Comments

@portnov
Copy link
Owner

portnov commented Aug 3, 2016

python-lcms module seems to be unmaintaned for some time.
Moreover, it always caused troubles on Windows, because it is actually a binding to C++ LCMS library, so one should first build that library on windows.
So it is required to consider a replacement of python-lcms by some pure-python library.

@portnov
Copy link
Owner Author

portnov commented Aug 29, 2016

PIL does not have API to convert one color, it can only convert an image.

@portnov
Copy link
Owner Author

portnov commented Mar 26, 2018

To consider:

@portnov
Copy link
Owner Author

portnov commented Mar 26, 2018

@portnov
Copy link
Owner Author

portnov commented Apr 2, 2018

colormath works fine, but it looks like it is pure python, so it is pretty slow comparing to lcms :/

portnov added a commit that referenced this issue Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant