Skip to content

SubhrajitPrusty/blendit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blendit

Simple script to get the "average" color of a image

[The more I get to know about PIL, the more this script seems useless]

Usage

As a module

import blendit

rgb1, rgb2 = blendit.calculate("/path/to/image/") # returns a tuple containing 2 hex values

blendit.show_images(rgb1, rgb2) # shows image form of both hex values

As a CLI

blendit filename

blendit --show filename

About

Simple script to get the "average" color of a image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages