/ Published in: Bash
Expand |
Embed | Plain Text
# Resize all jpg images in current directory and save to a subdirectory named '120' (e.g. ./120/foo.jpg) mogrify -resize 120 -path ./120 -monitor ./*.jpg
You need to login to post a comment.
