Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtaylor/python-colormath
A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
https://github.com/gtaylor/python-colormath
Last synced: 23 days ago
JSON representation
A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
- Host: GitHub
- URL: https://github.com/gtaylor/python-colormath
- Owner: gtaylor
- License: bsd-3-clause
- Archived: true
- Created: 2010-08-09T03:23:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T20:24:57.000Z (almost 1 year ago)
- Last Synced: 2024-11-08T04:46:55.993Z (about 1 month ago)
- Language: Python
- Homepage: python-colormath.readthedocs.org
- Size: 563 KB
- Stars: 456
- Watchers: 19
- Forks: 84
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - python-colormath - A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK (Python)
README
Python Color Math Module (colormath)
====================================**Note: This module is no longer actively maintained.**
.. start-badges
|actions|
.. |actions| image:: https://github.com/gtaylor/python-colormath/workflows/Continuous%20Integration/badge.svg
:target: https://github.com/gtaylor/python-colormath/actions
:alt: Master Build Status.. end-badges
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.
.. _Gregory Taylor: http://gc-taylor.com