basic-colormath2
A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Keywords from Contributors
Repository
A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
Basic Info
- Host: GitHub
- Owner: gtaylor
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Homepage: python-colormath.readthedocs.org
- Size: 563 KB
Statistics
- Stars: 463
- Watchers: 18
- Forks: 88
- Open Issues: 15
- Releases: 6
Metadata Files
README.rst
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
Owner
- Name: Greg Taylor
- Login: gtaylor
- Kind: user
- Location: Los Gatos, CA
- Company: @netflix
- Website: http://gc-taylor.com
- Repositories: 79
- Profile: https://github.com/gtaylor
@Netflix Dev Spaces team
GitHub Events
Total
- Watch event: 14
- Fork event: 5
Last Year
- Watch event: 14
- Fork event: 5
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Greg Taylor | g****r@d****m | 83 |
| Greg Taylor | g****r@g****m | 52 |
| Thomas Mansencal | t****l@g****m | 10 |
| Greg Taylor | g****r@l****m | 8 |
| Michael Mauderer | m****l@m****e | 8 |
| Greg Taylor | g****r@r****m | 7 |
| JasonTam | j****2@g****m | 6 |
| Greg Taylor | s****s@g****m | 5 |
| Martin Falatic | m****n@f****m | 2 |
| eddie bell | e****e@l****m | 2 |
| Anatolii Aniskovych | l****n@g****m | 1 |
| Christian Schramm | c****h@s****e | 1 |
| Phil Ewels | p****s@s****e | 1 |
| Andreas Hilboll | a****s@h****e | 1 |
| Kent Ross | r****n@g****m | 1 |
| Jan Warchoł | j****l@g****m | 1 |
| James Meickle | e****n@g****m | 1 |
| Greg Taylor | g****r@u****m | 1 |
| Michael Mauderer | m****l@m****m | 1 |
| Mitchell Chapman | m****n@b****) | 1 |
| root | r****t@t****m | 1 |
| Tim Gates | t****s@i****m | 1 |
| elpres | i****n@g****m | 1 |
| Dan Bullok | d****n@c****m | 1 |
| endolith | e****h@g****m | 1 |
| Bastien Dejean | n****l@g****m | 1 |
| thatneat | t****t@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 62
- Total pull requests: 38
- Average time to close issues: 4 months
- Average time to close pull requests: 20 days
- Total issue authors: 48
- Total pull request authors: 25
- Average comments per issue: 3.24
- Average comments per pull request: 2.21
- Merged pull requests: 28
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- MichaelMauderer (5)
- ChameleonRed (5)
- gtaylor (3)
- tenberg (2)
- KelSolaar (2)
- markwbrown (2)
- lx1054331851 (2)
- vip594nb (1)
- Shadercloud (1)
- electricgobo (1)
- imansaj (1)
- protogeezer (1)
- firaki12345-cmd (1)
- ducbluee (1)
- FlavienMakesInfographics (1)
Pull Request Authors
- KelSolaar (6)
- MichaelMauderer (3)
- MartyMacGyver (3)
- ejlb (2)
- ZipFile (2)
- dwbullok (2)
- endolith (2)
- ahmetuludag (1)
- Ed-von-Schleck (1)
- jan-warchol (1)
- Mattwmaster58 (1)
- elpres (1)
- mark-meyer (1)
- markwbrown (1)
- dastanko (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- pypi 218,523 last-month
- Total docker downloads: 87,966
-
Total dependent packages: 38
(may contain duplicates) -
Total dependent repositories: 300
(may contain duplicates) - Total versions: 19
- Total maintainers: 2
pypi.org: colormath
Color math and conversion library.
- Homepage: https://github.com/gtaylor/python-colormath
- Documentation: https://colormath.readthedocs.io/
- License: BSD
-
Latest release: 3.0.0
published over 8 years ago
Rankings
Maintainers (1)
conda-forge.org: colormath
This module implements a large number of different color operations such as color space conversions, Delta E, and density to spectral.
- Homepage: https://github.com/gtaylor/python-colormath
- License: BSD-3-Clause
-
Latest release: 3.0.0
published almost 4 years ago
Rankings
pypi.org: basic-colormath2
Simple color conversion and perceptual (DeltaE CIE 2000) difference
- Documentation: https://basic-colormath2.readthedocs.io/
- License: MIT
-
Latest release: 0.1.1
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- networkx >=2.0
- nose *
- numpy *
- numpy *
- actions/checkout v1 composite
- actions/setup-python v1 composite