colorspacious icon indicating copy to clipboard operation
colorspacious copied to clipboard

A powerful, accurate, and easy-to-use Python library for doing colorspace conversions

Results 15 colorspacious issues
Sort by recently updated
recently updated
newest added

When working with colorspacious, I noticed that tests are integrated in the library code. Is this intentional? I would more naturally have expected them in `./tests/`, next to `./colorspacious/` and...

I am trying to convert the ``hsv`` colormap simulating colorblindness as described [here](https://colorspacious.readthedocs.io/en/latest/tutorial.html#simulating-colorblindness). But I obtain the following error ValueError: RGBA values should be within 0-1 range Due to values...

Hi Nate, I thought for years that JCh was Jab in polar coordinates, like LCh is Lab in polar coordinates. Not so -- which maybe everybody knows, but I didn't;...

Nowadays the most commonly needed conversion tends to be HDR, with all new displays doing that natively. The module is clearly designed for SDR, but would it be possible to...

Would you consider adding these three new colorspaces? - SRLAB2 - OKLAB - CAM16UCS Along these lines, how can new color spaces be added to the codebase or (better) registered...