The same edit across a whole folder: how batch editing keeps order
2026-09-22
A folder of photos from three devices: some sideways, all different sizes, and every one of them needs the company name on it before it goes out. Opening them one at a time is the job nobody bills for. Batch editing exists to make it one job instead of sixty.
Five switches, one pass
Our batch edit runs up to five operations over every image you drop in: compress, rotate/flip, crop, resize, watermark. Each is a switch — turn on what you need, leave the rest off, and the whole set processes with identical settings. The cropped area is chosen once, as a region on one image, and applied proportionally to every other — so a mixed-size folder crops consistently instead of by raw pixel coordinates that only fit one photo.
Why the order is fixed
The operations always run in the same sequence, and it is worth knowing why, because the wrong order quietly ruins results:
- Rotate before crop — you crop what you see, so the image must already be upright when the crop region applies.
- Crop before resize — resize the kept region, not the whole frame you are about to discard.
- Watermark last, after resize — stamp text and then shrink it, and the text blurs along with everything else. Stamping onto the final size keeps it sharp.
- Compression applies at save time — always the final step, on whatever the pipeline produced.
A tool that let you reorder these freely would mostly be handing you ways to get a worse result. Fixing the order is a feature.
The safety rails carry over
The guards from the single tools apply here too: the resize step can be set to only shrink, never enlarge, so a small image in the pile doesn't get blown up blurry; and if nothing actually changed an image and re-encoding would only make it bigger, you get the original back with a note saying so.
What we deliberately don't do
No per-image overrides inside a batch. The promise of a batch is uniformity — sixty images, one recipe. The moment image #37 needs its own crop, it deserves the single-image crop tool, not a hidden exception in a batch run.
The short version
- Five switchable steps, one pass, identical settings across the set.
- Order is fixed on purpose: rotate → crop → resize → watermark, compression at save.
- Crop regions apply proportionally, so mixed sizes crop consistently.
- Shrink-only and keep-the-original guards work inside batches too.
No sign-up, nothing uploaded — it runs in this tab.
Batch edit →