Batch Image Resize

Keeping Aspect Ratio

mogrify -path [Full path to store the resized images] -resize [width]x[height] -quality [quality] -format [format] *.JPG

No Aspect Ratio

mogrify -path [Full path to store the resized images] -resize [width]x[height]! -quality [quality] -format [format] *.JPG

Revision #1
Created 11 April 2017 22:34:56 by Tingwai
Updated 17 April 2017 18:07:33 by Tingwai