Thursday, October 18, 2007

How to batch resize images from the command line

I just discovered this little gem of information... If you have the Imagemagick tools installed, you can use the mogrify tool to resize a bunch of images at once. For instance:

# mogrify -resize 70% *.jpg

This tip adapted from the original tip found here.

No comments:

Blog Archive