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.Wednesday, August 12, 2009
Batch resize images using ImageMagick
The ImageMagick mogrify command can be used to resize images (among other things). For example:
No comments:
Post a Comment