mmcq.py
mmcq.py copied to clipboard
Write MMCQ(https://github.com/lokesh/color-thief/blob/master/js/color-thief.js) in python
Results
2
mmcq.py issues
Sort by
recently updated
recently updated
newest added
in line 123 of the JS implementation, it checked if a (alpha channel) is more or equal to 125, but in your implementation it was skipped, don't you think that...
add unittest for `get_palette`, `get_dominant_color` by using [py.test](http://pytest.org/latest/) .
enhancement