Kokan / ttaf

TTAF
GNU General Public License v3.0
1 stars 0 forks source link

implement true/gray color space #15

Closed Kokan closed 3 years ago

Kokan commented 3 years ago

Implement the required interfaces for True/gray (distance, addition, subtraction, ...)

zooflavor commented 3 years ago

Done. Doesn't look promising, it tends to choose only pure colors as 'true'.

zooflavor commented 3 years ago

There are two clustering method for this, one based on hue, and one based on hyper-hue. Both of them require baked in magic numbers, and neither of them performs well.