Quote:
Originally Posted by Shoplifter
Thanks fris... It didn't occur to me it would work with wildcards. 
|
but this will overwrite the orig image, so you would need to make a backup or you could do something like
Code:
for i in *.jpg; do mogrify -resize 800x600 temp/$i; done
temp being a temp dir where it will store