Generates a color palette from the image.
Required dependencies
- Pillow
- ColorThief
python palette.py <image> [--colors COLORS] [--no-blur]
-
Add vertical mode (for images with Height > Width)
-
Add shadows to the color blocks (optional)
-
Make script executable, rather than calling
python palette.py
each time -
Add blur radius as argument