Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/tribox-sticker-colors
Calculation of color similarities (Delta E) between any two tribox sticker colors.
https://github.com/kotarot/tribox-sticker-colors
Last synced: about 2 months ago
JSON representation
Calculation of color similarities (Delta E) between any two tribox sticker colors.
- Host: GitHub
- URL: https://github.com/kotarot/tribox-sticker-colors
- Owner: kotarot
- Created: 2015-01-20T08:09:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T17:37:05.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T19:28:48.630Z (almost 2 years ago)
- Language: Python
- Homepage: http://www.terabo.net/blog/tribox-sticker-colors/
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tribox-sticker-colors
=====================Calculation of color similarities (Delta E) between any two tribox sticker colors.
Requirements
------------* Python 3.3+
* colormath
* numpy
* NetworkXUsage
-----python3 tribox_sticker_colors.py
Results
-------The program outputs tables in both CSV and HTML.
You can view the output html table in the result demo page at:
[http://www.terabo.net/demos/tribox-sticker-colors/delta-e-cie2000.html](http://www.terabo.net/demos/tribox-sticker-colors/delta-e-cie2000.html)Details
--------Details are described in my Japanese blog article at:
[http://www.terabo.net/blog/tribox-sticker-colors/](http://www.terabo.net/blog/tribox-sticker-colors/)