rvdz / hapycolor

Generates beautiful color palettes from images
MIT License
3 stars 0 forks source link

Adding many new features #13

Closed nyancol closed 6 years ago

nyancol commented 6 years ago

This pull request contains:

Currently, the class that filters the luminosities and saturations is called LumFilter, which is not really appropriate. Any better ideas? I would like to avoid using the term "filter" since it is also a builtin python function. I don't expect you to read all the code added, but at least tests/test_reducer.py and tests/test_lum_filter.py, which reflects more the capabilities of the new filters. To run an individual test: python3 -m unittest tests.test_reducer.TestReducer.test_reducer_taipei

nyancol commented 6 years ago

Two variables that might have to be recalibrated are:

nyancol commented 6 years ago

I tried to improve the coding style in various files. Maybe you had something more specific in mind?