Using Command-Line Tools (e.g., ImageMagick):
Install ImageMagick: If you don't have it already, install ImageMagick on your system.
Use the mogrify command: Use the mogrify command with the -resize flag to resize images. For example: mogrify -resize 1920x1080 *.jpg will resize all JPG images in the current directory to 1920x1080.