Skip to content

baseplate-admin/modern_colorthief

Repository files navigation

Documentation Status Downloads Pypi Badge

Introduction :

ColorThief reimagined

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.

About

Colorthief but with modern codes

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors