Batch resize images with the command line using image magick.

work in progress..

http://www.imagemagick.org/script/command-line-processing.php#geometry

mkdir resized
mogrify -path resized -resize 640x480 *.jpg

progress options: -monitor -debug cache