About HEIC to JPG
HEIC to JPG keeps the complete file workflow inside this browser tab. Your selected file, its name, contents, settings, and generated output are not sent to AntiUpload or a cloud conversion service. Ads and aggregate traffic analytics stay outside the processing boundary and receive no file object or working buffer.
HEIC is a common iPhone camera format that stores photos efficiently, but compatibility still varies across older apps, devices, and upload forms. Converting to JPG is the broad-compatibility fix. Here the photo is decoded by libheif compiled to WebAssembly inside your browser tab instead of being uploaded to a conversion server.
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.
It works the same everywhere — Windows, Mac, ChromeOS, or straight from the browser on your iPhone or Android phone — because the converter is just a web page, with nothing to install and no account to create. That's the difference from the usual advice (buy the HEIF codec on Windows, or open each photo in Preview and re-export on a Mac): drop the files, get JPGs, done.
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.