Wednesday, August 12, 2009

Batch resize images using ImageMagick

The ImageMagick mogrify command can be used to resize images (among other things). For example: mogrify -resize 320x240 *.jpg This will replace all .jpg images with resized versions. Note that aspect ratio will be preserved so output resolution may not match exactly.

No comments:

Post a Comment