Editing images with no internet: what actually works offline
2026-09-27
You are on a flight, the deck is due when you land, and six screenshots need compressing and cropping first. Every image site you know is a form that uploads to a server — and there is no server up here.
Why browser-side tools don't care
A tool that processes images inside the browser needs the network for exactly one thing: delivering the page itself. After that, decoding, resizing, cropping, compressing and re-encoding all run on your own machine. Load the compressor in the airport, and it keeps working over the Atlantic — the work never involved a server, so losing the connection changes nothing.
This is the same property that makes these tools private (the file never leaves), showing up in its second costume: what never travels can't be stopped by a dead connection. It also matters on corporate networks, where the compliance question "where did that file go?" has the shortest possible answer.
The one exception, stated plainly
Three input formats — PDF, HEIC and TIFF — need a decoder the page fetches on demand, the first time such a file is dropped in. Code, not your file, but it is a download: the first PDF needs a connection. Once fetched, it keeps working for the rest of the session. If you know you'll be converting PDFs offline, drop one in before you lose signal. Everyday formats — JPG, PNG, WebP, GIF, BMP, SVG — need no such download, ever.
Don't take it on faith
The test is the same one we recommend for privacy: load the page, switch on airplane mode, and use the tool. If it still converts, the claim proved itself — there is no connection left to secretly use. Try that test on an upload-based tool and watch it spin forever; that difference is the entire architecture, made visible in ten seconds.
What we deliberately don't do
We don't ship a service worker that promises full offline reloads of the site. If you reload the page mid-flight, the page itself needs the network again — pretending otherwise breaks exactly when you'd rely on it. Keep the tab open; the tab is self-sufficient.
The short version
- Once loaded, the tools run entirely on your machine — no connection needed.
- Exception: the first PDF/HEIC/TIFF fetches a decoder — load one before going offline.
- Airplane mode is both the proof and the use case.
- Don't reload the tab offline; the page itself still comes from the web.
No sign-up, nothing uploaded — it runs in this tab.
Compress image →