
Introduction :
ColorThief
reimagined
Why use modern_colorthief
?
- It's backend is written in
rust
Why shouldn't you use modern_colorthief
?
modern_colorthief
does not support EOL python versions.
Requirements :
Examples :
Here is a minimal example :
from modern_colorthief import get_color
path = ...
print(get_color(path, 10))
If you want a comprehensive example please visit the test file
Migration from colorthief
:
- from colorthief import ColorThief
+ from modern_colorthief import get_color, get_palette
image = '' # Path to a image
- ColorThief(image).get_color()
+ get_color(image)
- ColorThief(image).get_palette()
+ get_palette(image)
Used Internally by :
Contributing :
If you like this project add a star.
If you have problems or suggestions please put them in the Issue Tracker
If you like to add features. Fork this repo and submit a Pull Request. 😛
Roadmap :
You tell me. If i have free time, I will implement it.