Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
/ python-colormath Public archive

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

License

Notifications You must be signed in to change notification settings

gtaylor/python-colormath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d3261f · Dec 12, 2023
Nov 9, 2019
Aug 17, 2021
Oct 31, 2019
Oct 31, 2019
Oct 31, 2019
Mar 20, 2014
Oct 31, 2019
Oct 31, 2019
Jan 17, 2014
May 3, 2014
Dec 12, 2023
Oct 21, 2012
Dec 12, 2023
Dec 27, 2017
Oct 31, 2019
Jan 12, 2015

Repository files navigation

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

  • numpy
  • NetworkX 2.0+
  • Python 2.7 or Python 3.5+

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

Legal Mumbo Jumbo

Copyright (C) 2008-2023 Gregory Taylor

This software is licensed under the BSD License.