1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Overview
========
:mod:`Colorspacious` is a powerful, accurate, and easy-to-use Python
library for performing colorspace conversions.
Documentation:
https://colorspacious.readthedocs.org
Installation:
``pip install colorspacious``
Downloads:
https://pypi.python.org/pypi/colorspacious/
Code and bug tracker:
https://github.com/njsmith/colorspacious
Contact:
Nathaniel J. Smith <njs@pobox.com>
Dependencies:
* Python 2.6+, or 3.3+
* NumPy
Developer dependencies (only needed for hacking on source):
* nose: needed to run tests
License:
MIT, see LICENSE.txt for details.
Other Python packages with similar functionality that you might want
to check out as well or instead:
* ``colour``: http://colour-science.org/
* ``colormath``: http://python-colormath.readthedocs.org/
* ``ciecam02``: https://pypi.python.org/pypi/ciecam02/
* ``ColorPy``: http://markkness.net/colorpy/ColorPy.html
|