About HEIC to JPG
HEIC is the format iPhones shoot in by default — half the file size of JPG at the same quality, but barely anything outside the Apple ecosystem can open it. Windows asks you to buy a codec, older Android phones shrug, and most web forms reject it outright. Converting to JPG is the universal fix, and this tool does it without the step every other converter hides: the upload. Your photos are decoded by libheif compiled to WebAssembly, running inside your own browser tab.
That matters more for photos than for any other file type, because photos are personal. A cloud HEIC converter receives your camera roll — faces, locations baked into EXIF, the lot. Here the bytes never cross the network: open the DevTools Network tab while converting and watch nothing leave. Drop multiple photos at once and you get a ZIP back; metadata is stripped from the output by default.
How it works
- Drop your HEIC photosDrag photos straight from Finder, Explorer, or your camera-roll export. Multiple files at once are fine — the output comes back as a ZIP.
- Decode + convert locallylibheif (WebAssembly) decodes each photo on your device and re-encodes it as JPG. Nothing is uploaded; there is no queue.
- Download your JPGsSave the converted photos. EXIF metadata is stripped by default so location data does not travel with the shared copy.