omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.67k stars 49 forks source link

Color perceived difference #74

Closed EricRovell closed 2 years ago

EricRovell commented 3 years ago

Hi, it is me again :)

Found out about color perceived difference and I was thinking, would it be a good addition for colord? Seems like it could be used to extend the LAB plugin.

omgovich commented 3 years ago

Hi! It's super funny that you proposed this functionality since I read about Dela E just yesterday :)

I like the idea and think it might fit well as part as lab plugin, so I will be glad to see it here :)

EricRovell commented 3 years ago

Ha, that's fun :) I think I will begin to work on the extension in a couple of days then :)

omgovich commented 3 years ago

Went to a conference a few days ago and met a developer from Yandex who asked about this functionality. So we're definitely on the right track =))

EricRovell commented 3 years ago

Feels good to find a useful functionality! I am busy a bit these days, but I will manage to do it in reasonable time! 😉

EricRovell commented 2 years ago

@omgovich I have implemented functions for Delta E76, Delta E94, Delta E2000. I wonder, do we need all this implementations or do you think we should provide only the latest one?

As I understand, they are improvements of each other. Does it make sense to have all 3?

omgovich commented 2 years ago

It seems like Delta E 2000 is the most valid one, so we can provide just this one.

EricRovell commented 2 years ago

Feature is ready and merged #77 😸