Submitted by clampfferj on Tue, 06/19/2012 - 18:50
Resizing a lot of images quickly in paint or something similar takes a lot of time. This is a python script that resizes the .jpg images in a specified folder. Several differently dimensioned images can be generated for each original image and can be differentiated by the postfix associated with each size.
The script is called as:
python batchresize.py foldertoconvert
where batchresize.py is the script displayed below.
The resized images are dumped into the directory the script is already in.