./math/py-colormath, Module that spares the user from directly dealing with color math

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.0, Package name: py310-colormath-3.0.0, Maintainer: bacon

Colormath is a simple Python module that spares the user from directly dealing
with color math.
Some features include:
* Support for a wide range of color spaces. A good chunk of the CIE spaces,
RGB, HSL/HSV, CMY/CMYK, and many more.
* Conversions between the various color spaces. For example, XYZ to sRGB,
Spectral to XYZ, CIE Lab to Adobe RGB.
* Calculation of color difference. All CIE Delta E functions, plus CMC.
* Chromatic adaptations (changing illuminants).
* RGB to hex and vice-versa.
* 16-bit RGB support.


Master sites:

Filesize: 38.829 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-21 14:34:54 by Jason Bacon | Files touched by this commit (1)
Log message:
math/py-colormath: Add PYTHON_VERSIONS_INCOMPATIBLE 37

Inherited from py-networkx dependency
   2023-07-21 11:57:56 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-colormath: package correctly
   2023-07-21 10:20:53 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-colormath: Fix PYTHON_VERSIONS_INCOMPATIBLE.
   2023-07-20 16:16:23 by Jason Bacon | Files touched by this commit (4)
Log message:
math/py-colormath: Python interface to color math

Colormath is a simple Python module that spares the user from directly dealing
with color math.
Some features include:
 * Support for a wide range of color spaces. A good chunk of the CIE spaces,
   RGB, HSL/HSV, CMY/CMYK, and many more.
 * Conversions between the various color spaces. For example, XYZ to sRGB,
   Spectral to XYZ, CIE Lab to Adobe RGB.
 * Calculation of color difference. All CIE Delta E functions, plus CMC.
 * Chromatic adaptations (changing illuminants).
 * RGB to hex and vice-versa.
 * 16-bit RGB support.