theharshpat / image-to-palette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-to-palette

This tool can be used to generate color palette image from the given image.

Installation

Activate python virtualenv and run following command to install the requirements:

pip install -r requirements.txt

Usage

After activating the virtualenv, make sure you have "img.png" image present and run the following command:

python script.py

After running the script, a color palette image will be generated based on the color frequency in input image.

Screenshots

Screenshot 2021-11-09 at 8 21 07 PM

Screenshot 2021-11-09 at 8 27 36 PM

Screenshot 2021-11-09 at 8 32 58 PM

About


Languages

Language:Python 100.0%