May 292014
Batch resize images using imagemagick
Answer:
When you've installed imagemagick, you can mass resize images using the "mogrify" command, e.g.
# mogrify -resize 320x240 *.jpg
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Batch resize images using imagemagick
Answer:
When you've installed imagemagick, you can mass resize images using the "mogrify" command, e.g.
# mogrify -resize 320x240 *.jpg