Skip to content

shadercoder/python-colormath

 
 

Repository files navigation

Python Color Math Module (colormath)

image

image

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

Requirements

  • numpy
  • NetworkX
  • Python 2.7 or Python 3.3+

Installation

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

pip install colormath

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-colormath and submit an issue if you have any problems or questions.

Copyright (C) 2014 Gregory Taylor

This software is licensed under the BSD License.

About

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.6%
  • Makefile 3.2%
  • Batchfile 3.2%