Tested tool guide
Tested browser tools
Checked August 16, 2026
What Batch Image Resizer does, with a checked example
Give one sizing instruction to a group of image files instead of repeating the same resize by hand. Batch Image Resizer accepts multiple images and applies explicit pixel dimensions, a percentage scale, or maximum width and height constraints. The files are handled in the browser and are not uploaded. The common misunderstanding is that a maximum-size setting makes every output identical. A maximum defines a boundary, so images with different proportions can finish at different widths or heights.
Worked example
A concrete input and expected output from the current implementation.
Input
Image 1: 1200 x 800 px
Image 2: 640 x 480 px
Mode: percentage
Scale: 50%
->
Expected output
Two resized images: Image 1 is 600 x 400 px; Image 2 is 320 x 240 px.
A 50 percent scale multiplies both dimensions of each source by 0.5. The calculation is performed separately for every image, preserving the 3:2 and 4:3 proportions in this example.