Skip to content

File Privacy: What Happens to Your Files

Quick answer

Local tools process files entirely in your browser — they are never uploaded. This page explains exactly where each kind of processing happens.
Where each kind of processing happens today.
Tool typeWhere it runsFiles uploaded?
Image compress / resize / convertYour browser (local)No
Remove image metadataYour browser (local)No
Calculators & text toolsYour browser (local)No
Every image tool runs locally. Your photos, their names and their metadata never leave your device, and nothing about them is sent to analytics.

How local processing works

  1. 1
    Your file is read into the page and processed off the main thread in a Web Worker.
  2. 2
    Re-encoding through the browser canvas drops EXIF/GPS metadata from the output.
  3. 3
    Temporary previews are cleaned up automatically; nothing is stored unless you download it.
Remove photo metadataStrip EXIF/GPS locally.

Last verified · reviewed occasionally.

Change history
  • Initial publication.