2025-03-06 02:19:07 by Jason Bacon | Files touched by this commit (44) |
Log message: Multiple packages: OWNER -> MAINTAINER |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-08-06 13:26:22 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-colormath: not for Python 3.9 |
2024-05-16 22:15:16 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-colormath: not for Python 38 |
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. |