python-image-averaging icon indicating copy to clipboard operation
python-image-averaging copied to clipboard

Making geek art with python.

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 [http://www.pythonware.com/products/pil/]
  • Python >= 2.2

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