Color icon indicating copy to clipboard operation
Color copied to clipboard

Add color difference algorithms

Open lehins opened this issue 5 years ago • 2 comments

@ekmett mentioned on reddit that he'd like some color distance computation added to Color:

One thing I'd really like to have would be DIN99o color distance computations

It seems like a pretty good idea, I wanna record it before I forget about it. There are sample implementations available in:

  • Python: https://github.com/colour-science/colour/blob/master/colour/difference/din99.py
  • and JS: https://github.com/Evercoder/d3-color-difference

so it shouldn't be too hard to port it into Haskell.

lehins avatar Feb 06 '20 04:02 lehins

This would be really great. I'd get some use out of a Haskell-based Delta-E color distance computation.

JonathanReeve avatar Mar 02 '20 04:03 JonathanReeve

Also chiming in for Delta E metric!

o1lo01ol1o avatar Apr 21 '20 11:04 o1lo01ol1o