Skip to content

A simple program that creates a color palette for your images.

Notifications You must be signed in to change notification settings

ljsauer/palettable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

palettable

A simple program that creates a color palette for your images.


Usage:

From your command line, clone the repository:
git clone https://github.com/ljsauer/palettable.git
Or, click on the green "Code" button at the top of the page and click "Download ZIP"

Again from the command line, install the packages in requirements.txt:
pip install -r requirements.txt

Run the program, including a path to your image file:
python run.py -image <path/to/your/image>

Optionally, specify the position, orientation, and size of the palette. Example:
python run.py -image myimage.jpg -pos topLeft -orient vert -num 6

Output from above example:
Maple leaves

About

A simple program that creates a color palette for your images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages