An image resize script that I have written to scale images from a digital camera. I couldn't used the gimp (my favourite image editor) to scale each of them one by one.
This script takes two arguments which are both directory names. The first one is the directory containing images and the second one is the directory where the resized images are going to be stored. Adjust the global variables declared before the class imageResize to your liking.
Hope this script will be helpful to anyone wishing to go about resizing images in large scale.
Note that this class needs the PIL library and has been tested on python 2.6.
Happy times everyone!
Remember this is free software (as in freedom)!