Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 882 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 882 Bytes

Color Palette Generator: Extract Color Palettes from Images

The Color Palette Generator is a Python script that allows you to extract color palettes from images. By analyzing the image's colors, it identifies the dominant colors and provides their corresponding color codes and names. The script utilizes image processing techniques and clustering algorithms to generate visually appealing and harmonious color palettes. It presents the color palette using matplotlib and provides the option to save and share the results. This tool is useful for graphic designers, artists, and anyone seeking color inspiration from images.

Features

  • Extract color palettes from images
  • Generate color codes and names for the dominant colors
  • Utilize image processing and clustering algorithms
  • Visually display color palettes using matplotlib
  • Save and share generated color palettes