AO

tool · live · runs on your machine

Image Resize

Resize as many images as you like at once — no file-count limit, nothing uploaded. Nothing is uploaded — your files never leave this tab. No sign-up, no size cap, no daily limit.

Drop files here or click to choose · or paste from clipboard

Batch without a limit

Most free resizers cap the batch — twenty files, or ten a day, or "upgrade for bulk". Those caps exist because each of those sites is paying for the bandwidth and the processor time your files consume on their servers. This page uses your computer instead, so there is nothing for us to ration: drop five images or five hundred, the cost to us is identical.

Every file is resized locally and stays on your machine. Nothing is uploaded, so nothing has to come back down either — which is why a large batch here is usually faster than a small one elsewhere.

Choosing the size

Longest side is the safest default when images are a mix of portrait and landscape: every one ends up within the same bounding box, whichever way round it is. Width or Height pin one dimension exactly — useful when images must line up in a column or a row. Percentage scales everything relative to its own original, which keeps the relative differences between a set of photos intact.

Aspect ratio is always preserved. Nothing here will ever stretch your image, because a squashed photo is almost never what anyone wanted.

What it does to quality

Resizing uses high-quality resampling, and EXIF orientation is honoured — a photo shot in portrait on a phone comes out portrait, not on its side.

Shrinking is lossy by nature: the discarded pixels are gone. Enlarging cannot invent detail that was never captured, so making an image bigger will look soft — that is a property of the image, not of this tool. If you keep the original format and it is a JPEG, the file is re-compressed once; choose PNG output if you would rather not lose anything further.

For machines

window.AOImageResize.resizeBlob(blob, {mode, value, format, quality}) -> Promise<{blob, width, height}> — Resize an image Blob. mode: longest|width|height|percent. value: pixels, or percent when mode is percent. format: keep|webp|jpg|png|avif. quality: 0..1.

A machine-readable description lives at index.md. Third-party components and their licences are listed on the licences page.