Privacy

StripHEIC is built so your photos never leave your device. Conversion and metadata removal run entirely in your browser.

What happens to your files

  • Your HEIC file is read locally via the File API.
  • Decoding and JPEG re-encoding happen in-page (WebAssembly / Canvas).
  • We do not upload, store, or transmit your images.
  • Closing the tab clears everything from memory.

How to verify

Open DevTools → Network while converting. You should see no image upload requests. The only network traffic (if any) is loading this static site, fonts, or analytics you optionally enable later.

What we strip

After conversion, the JPG is re-encoded through Canvas so EXIF / GPS bags are not carried over. The on-page report lists fields detected in the original file, then we re-check the output before download.

Data we do not collect from your photos

  • Photo pixels or thumbnails
  • GPS coordinates or EXIF contents
  • Filenames of the images you convert

Site analytics

The MVP ships without third-party analytics. If analytics are added later, they will be documented here and will not include photo contents.

Contact

Questions about privacy: use the contact method listed on your deployment domain (update this section when you launch).

← Back to StripHEIC