This project will use the PIL library for python, which provides a python interface to manipulate images.
- Download and install the x86 (32-bit) version of python 2.7.
- Add the python installation directory (e.g. C:\Python27) to your $PATH environmental variable.
- Download and install the latest version of PIL for Python 2.7.
The PIL library should now be installed, and you should be able to run the program main.py with $ python main.py
.