Posted in Command Line, Linux Batch Resize Images with ImageMagick Binny V A February 16, 2008 Leave a Comment on Batch Resize Images with ImageMagick Batch resize files in the current directory and send them to a thumbnails directory (requires convert from Imagemagick) find . -maxdepth 1 -name *.jpg -print -exec convert "{}" -resize 80x60 "thumbs/{}" \; Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.