Ilya V. Portnov

Results 187 comments of Ilya V. Portnov

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

To consider: * python-colormath https://pypi.python.org/pypi/colormath - marked as unmaintained, though there are recently applied pull-requests, that gives hope. * https://pypi.python.org/pypi/colorpy - seems to be unmaintained for a long period. *...

See also https://gist.github.com/endolith/5342521

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

Well, I'm hardly a licensing specialist... It is not even easy to distinguish GPL vs LGPL :) I'm not sure how to do dual-licensing correctly either. Also, > as you're...

Under Linux and WinXP it works for any part of screen.

http://stackoverflow.com/questions/7522250/how-to-include-package-data-with-setuptools-distribute > __<

Any news? :)

Just a general remark. For such parameters, I'd suggest to use EnumProperty instead of BoolProperty, just for better UX. If you do this as a checkbox / toggle button named...