Skip to content

mexitek/python-image-averaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Geek Art

Python Script, derived from Neil Kandalgaonkar (brevity.org), creates an image average of a group of images located in directory source.

Dependencies

Python Imaging Library (PIL) on Mac OSx

All you need to do is install Python Imaging Library via easy_install

easy_install pil

Instructions

git clone git://github.com/mexitek/python-image-averaging.git
cd python-image-averaging
# Place your images in source/ folder
python average_machine.py [OPTIONS]

Options

-w screenwidth or --width   screenwidth
-h screenheight or --height screenheight
-f filename or --file       filename
-n photos or --number       photos

Image Out Example

Releases

No releases published

Packages

No packages published

Languages