[go: up one dir, main page]

File: overview.rst

package info (click to toggle)
colorspacious 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 976 kB
  • sloc: python: 1,849; javascript: 204; makefile: 147
file content (38 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (6)
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