GitHub - gtaylor/python-colormath: A python module that abstracts common color math operations. For example, converting from CIE Lab to XYZ, or from RGB to CMYK (original) (raw)

Python Color Math Module (colormath)

Note: This module is no longer actively maintained.

Master Build Status

This module implements a large number of different color operations such as color space conversions, Delta E, and density to spectral.

Requirements

Installation

The easiest way to install colormath is via pip/easy_install:

$ pip install colormath

The development dependencies are installed as follows:

$ pip install 'colormath[development]'

Documentation

For documentation, see the project webpage at:

http://python-colormath.readthedocs.org/

There are also a lot of useful examples under the examples directory within this directory.

Support

Head over to https://github.com/gtaylor/python-colormathand submit an issue if you have any problems or questions.

Copyright (C) 2008-2023 Gregory Taylor

This software is licensed under the BSD License.