And batch resize all images in a folder using Imagemagick
cd <folder>
magick mogrify -resize 1280x800! *.png
And batch resize all images in a folder using Imagemagick
cd <folder>magick mogrify -resize 1280x800! *.png