Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test alternative color distance strategies #31

Open
leeoniya opened this issue Nov 23, 2019 · 1 comment
Open

test alternative color distance strategies #31

leeoniya opened this issue Nov 23, 2019 · 1 comment

Comments

@leeoniya
Copy link
Owner

leeoniya commented Nov 23, 2019

right now the lib uses component-weighted euclidean (or manhatten) distance on rgb pixels. this is cheap but frequently gets very wrong results.

Delta E (CIE 2000) is too slow.

http://gramaz.io/d3-cam02/ may work faster.

https://github.com/ripreact/hsl is also worth testing. cc @miyaokamarina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant