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

License: arlo.mit-license.org