Skip to content
iancze edited this page Jul 31, 2012 · 5 revisions

ShutterCorrect is a very simple script written with Python 3.2+ It will likely work with Python 2.6 or 2.7, but it has not been tested.

Requirements:

The easiest way to download the script is as a zip tarball here:

However, if you use git and would like to contribute, please clone/fork the repository:

git clone git@github.com:iancze/ShutterCorrect.git

and submit a pull request.

The main script is shutterCorrect.py, which for now is simply edited in the main() loop to conform to the images which the user has taken.

Clone this wiki locally