Use ImageMagick to batch-resize images

from blog lmno.lol @alvaro, | ↗ original
Using percentage: $ mogrify -resize 10% *.png Using dimensions: $ mogrify -resize 120x120 *.png Lots of other alternatives from ImageMagick's documentation: -resize scale% -resize scale-x%xscale-y% -resize width -resize xheight -resize widthxheight -resize widthxheight^ -resize widthxheight! -resize widthxheight> -resize ...