How to resize an image
Set the dimensions once and every image in the batch is redrawn at that size. The image is redrawn at the new dimensions using the browser's own scaling, then saved in the format you choose. Batch mode handles several files with the same settings.
Keeping images sharp
- Scaling down almost always looks good. Scaling far up does not add detail — it only stretches the pixels that exist.
- Keep the aspect ratio unless you deliberately want a stretched image. When a fixed width and height are required, the crop-to-fill option trims the overflow instead of distorting the picture.
- Resize from the largest original you have rather than from a copy that was already reduced.
- Save photographs as JPG or WebP, and flat graphics or anything with transparency as PNG or WebP.
Dimensions, resolution and file size
Screen images are measured in pixels; DPI only matters for print. Halving both the width and the height removes about three quarters of the pixels, which is usually the fastest way to make a heavy image light. If the file is still too big afterwards, run it through a compressor as a second step.
Batch limits
Images are processed one after another inside the browser tab, so a very large batch of high-resolution photographs can take time and memory. Splitting a big job into a few smaller groups is usually faster overall.