Skip to content
All guides
9 min read

Best private image tools in 2026 (local first)

Privacy is an architecture, not a two-hour deletion policy. These are the image tools that actually keep work on your machine in 2026.

A private image tool is one where the photo does not need to leave the device to be compressed, converted, cropped, or cut out. “We delete files after two hours” is a policy. If the bytes never went to the vendor, there is nothing to delete.

Three privacy models

  • Browser-local: JavaScript in the tab reads the File. StackImage and Squoosh are built this way.
  • Desktop-local: Photos, Preview, Photoshop, Upscayl, ImageMagick. You trust the installer, not a website.
  • Cloud-with-a-promise: TinyPNG, iLoveIMG, remove.bg, Adobe Express, Canva. The file is uploaded. Retention is a sentence in a terms page.

The 2026 private shortlist

1. StackImage — best private web toolkit (no install)

Open a URL, drop a file, download the result. No account, no processing API, no free-tier quota. English, Spanish, and Portuguese. After the app loads, many jobs still work if the network drops. Enhance tools download model weights once. Your photo is not in those requests.

2. Squoosh — best private encoder

Still the local codec lab. One file at a time. Pair it with StackImage when you need a suite.

3. The OS tools you already have

Preview, Photos, Paint, and a licensed Photoshop install remain the most private editors for people who never want a new vendor. They are uneven across machines. Use them when the file should never touch a website at all.

4. Photopea — private-ish editor, huge surface

Photopea can work on a local file in the tab. It is still a large third-party editor. Prefer it for PSD work, not for “strip GPS and email.”

5. Upscayl — private upscale on the desktop

Install it when you want a full 4× of a huge original. Do not confuse it with a cloud “Magnific” upscaler.

What a private toolkit should cover

  • Compress and convert without an upload.
  • HEIC in, because that is what phones emit.
  • Strip JPEG EXIF, because GPS is not a fun surprise.
  • Resize and crop to the pixels you will actually publish.
  • On-device cutout and upscale, with published caps, or a clear “use desktop.”

Start with Strip EXIF

Then compress or convert. The camera original can stay off the internet.

Start with Strip EXIF

Sources

MDN: Using files from web applications

How a site can read a local photo without posting it.

MDN: Using files from web applications

EFF: Privacy

Why “we delete later” is not the same as “we never received it.”

EFF: Privacy

Try these tools

More guides