/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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