-
WORK-IN-PROGRESS: At the moment where are not all engines in this repo. Feel free to leave me a message / feedback or any hints in this issue. More engines will follow.
### HINT:
If the POGO Pin …
-
### Description
When L_A = 0 and/or Y_b = 0, CIECAM02 and CIECAM16 models give incorrect results
### Code for Reproduction
```python
import colour
import pandas as pd
sRGB = [
(0, 0, …
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
## Bug or feature request?
Feature request
### Expected behavior
When I have a Droppable container with horizontal layout and limited width (let's say it fits 3 draggable items) and hei…
-
The test css/css-color/parsing/color-computed-relative-color.html currently assumes that conversion to hwb is lossless, which the current specification doesn't seem support. For example the fuzzy test…
-
### Question
I'm having problems converting some colours from sRGB to Munsell. I'm no expert in this field so can well believe I'm doing something daft but I don't know what.
I have a spreadsheet…
-
```
What steps will reproduce the problem?
1. Run the Open Cinema Tools DCP Maker app (using the available GUI)
2. Load a JPG image sequence
3. Hit the Make DCP button
What is the expected output? Wh…
-
As it is, --target-peak works well with tone mapping and also makes it possible to treat the display as a "HDR in disguise".
But here's the thing. Every half-decent display is a "HDR in disguise" (…
-
BTW, Coloraide is not for the faint of heart.
I managed to get to this point:
rom coloraide import cat
from coloraide import Color
lab_D65 = Color("lab", [30, 26, -27], illuminant="D65")
xy…
-
Using the CAT02 conversion matrix used for converting CIE 1931 XYZ to LMS is not really meaningful without the required post processing steps (see the wikipedia article you linked). The transform also…