Batch resize all JPGs in a folder and copy to a subfolder


/ Published in: Bash
Save to your folder(s)

I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!


Copy this code and paste it in your HTML
  1. mogrify -size 800x600 -path ./resized -monitor ./*.jpg

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.