-
Notifications
You must be signed in to change notification settings - Fork 13
* * * New GitHub Project Quoting You and This Repo * * * #3
Description
Dear @renasboy,
I couldn't find an email address to contact you at, so I'm using GH Issues.
I'm contacting you to inform you that I've just release an open source
(MIT licensed) project that refers to your work in its credits.
The project is:
https://github.com/tajmone/name-that-color
It a CLI tool that takes color values (Hex or RGB) as input and
returns a color name, based on a table of 1566 colors. It either finds
an exact match, or it calculates dE00 distance between target color
and all colors in the list, returning the nearest match.
I've relied heavily on your php-color-difference repo while working on the project: I've
ported to another language your dE00 class.
You are mentioned in the credits:
- in the repo README
- in the source code (where due)
- in the binary app output for "-credits" option
I hope I have credited you in a due manner, and that you are happy
with the way I've done it. If there are any mistakes on my side, or if
I've misunderstood your licensing terms, please let me know and I'll
provide to fix any errors on my side.
In the meantime, I want to thank you personally for your precious
contribution to my project and to my learning of dE00.
Best regards,
Tristano Ajmone (Italy)