Single comment thread
See full discussion

My current favorite is using Imagemagick to resize according to Chrome Extensions Screenshot -

magick old-image.png -resize 1240*800 new-image.png

And batch resize all images in a folder using Imagemagick

cd <folder>

magick mogrify -resize 1280x800! *.png

Home
Search
Messages
Notifications
More
You need to sign in or sign up before continuing.