Skip to content

dp-huang/paletteExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Palette Extractor

Given an image(png), this script will extract the top N used colors.

Prerequisites

  1. Install Python
  2. sudo easy_install pip
  3. sudo pip install Pillow

Run

For example: python extractor.py test.png Output: [‘#afb5b6', '#576c6a', '#020304']

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages