/ImagePalette

Generate a beautiful images with color palette on them

Primary LanguagePythonMIT LicenseMIT

Color palette generator

Generates a color palette from the image.

Example

original generated

Artist

Usage

Required dependencies

  • Pillow
  • ColorThief

python palette.py <image> [--colors COLORS] [--no-blur]

TODO

  • 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