/ Published in: Bash
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
Expand |
Embed | Plain Text
mogrify -size 800x600 -path ./resized -monitor ./*.jpg
You need to login to post a comment.
zerolab on 03/08/09
resize ubuntu imagemagick mogrify
1 person have marked this snippet as a favorite
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
mogrify -size 800x600 -path ./resized -monitor ./*.jpg
You need to login to post a comment.