[ImageMagick] Batch resize images in a folder
Simple way to batch resize all images in a folder :
mogrify -resize 50% /home/user/dir_with_images/*
or
mogrify -resize 640x840 /home/user/dir_with_images/*
Simple way to batch resize all images in a folder :
mogrify -resize 50% /home/user/dir_with_images/*
or
mogrify -resize 640x840 /home/user/dir_with_images/*