> > You want "convert", which is part of ImageMagick. Or mogrify, which is also part of ImageMagick. mogrify -geometry '600x600' *.jpg would scale all .jpg files in the current directory so that their longest side is 600 pixesl. Joe