Skip to content

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

bkmgit/python-colormath2

 
 

Repository files navigation

Python Color Math2 Module (colormath2)

A maintained fork of the unmaintained python-colormath

Master Build Status

Latest release on PyPI

PyPI license

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

Requirements

Installation

Users

The easiest way to install colormath2 is via pip:

$ pip install colormath2

Contributors

  1. Fork and clone the repo

  2. Create a virtual environment

  3. Install the development dependencies as follows:

    $ pip install -I -e .[development]
    

Git and Line Endings

This repo currently uses Unix-style line endings.

Documentation

For documentation, there are currently two main options:

This repo's Examples directory Maintained example code for this library
The old python-colormath docs Documentation for the original python-colormath module

Support

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

Legal Mumbo Jumbo

Copyright (C) 2008-2023 Gregory Taylor

Copyright (C) 2024-2025 Benson Muite

This software is licensed under the BSD-3-Clause 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 94.1%
  • Makefile 3.0%
  • Batchfile 2.9%