Search code examples
windowsshellbatch-filejpegimage-resizing

A Batch Script To Resize Images


I'm looking for some help in writing a batch script to resize a bunch of .jpg images.

I don't have much experience with batch scripts. But this task will be preformed on a windows machine & so I thought a batch script might be a good way to go.

I'm always interested in hearing alternative ideas & approaches, or being made aware of elements I haven't thought of.

Below I have listed the basic steps/needs of the script:

1) The images are located in a folder & are all(or should be) 500 x
500.

2) I need copy & past the images to a new folder, where they will be
resized to 250 x 250.

3) I then need to repeat step 2 but this time resize to 125 x 125.

Solution

  • Use Image Resizer for Windows:

    enter image description here

    enter image description here