Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
* NetworkX

Usage
-----

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/)