-
Hi! First I'd like to say I really like HSLuv! it's way better than HSL and more practical than CIELUV.
There is only one nearly-unfixable problem: CIELUV does not guarantee constant hue when chang…
-
**Feature:**
Instead of writing particle commands setting the RGB value of a minecraft:dust particle, the CIE76 color difference formula should be used to match colors to the nearest colored particle…
-
Instead of implementing k-means clustering on the pixels of an image itself, it is **far more efficient** to cluster the image in superpixels first and operate on those in further steps.
I found a …
-
```
I have a jp2 image, it is fail to decompress to bmp when I run opj_decompress
exe.
I found that p_colr_header_size == 35 not 7 in opj_jp2_read_colr function.
If I ignore p_colr_header_size =…
-
```
I have a jp2 image, it is fail to decompress to bmp when I run opj_decompress
exe.
I found that p_colr_header_size == 35 not 7 in opj_jp2_read_colr function.
If I ignore p_colr_header_size =…
-
In the Color Toning tool, when you select the Color Correction Regions appears a graph theoretically showing a plot of all the colors in Lab space, located according to their a* (horizontal axis) and …
-
I know next to nothing about its usefulness or popularity, but it seems like something that could make sense to add: [DIN 6176:2001-03 (in German Wikipedia)](https://de.wikipedia.org/wiki/DIN99-Farbra…
-
In the return statement at the bottom of function rgb2lab() I believe the first element of the array is being calculated incorrectly. Presently the statement is:
return [(116 * y) - 16, 500 * (x - …
-
Research about Delta E, which is intended to be used as the final metric of the algorithms
-
See https://bottosson.github.io/posts/oklab/. It's a nice color space.