Why this converter exists
HEIC is a capable image format, especially for people who take photos on an iPhone or iPad. The difficulty begins when a website, document workflow, older program, or recipient expects a JPG. A simple conversion should not require handing private photos to an unknown upload server.
This tool therefore runs the image conversion in the browser. When you choose a file, browser code reads it locally, decodes the HEIC image, and creates a JPEG result in memory. The converted file is offered back to you as an individual download or as part of a ZIP. The original image is not sent to our application server.
How it is built
The converter uses WebAssembly for HEIC decoding and a Web Worker for the expensive image work. Files are handled sequentially instead of decoding a whole camera roll at once. That choice is deliberate: large images can consume considerable memory after decompression, especially on phones.
Heavy conversion and ZIP libraries are loaded only after you add files. This keeps the initial page small and avoids doing unnecessary work for visitors who only need a guide. Preview URLs are revoked when you reset or leave the page so the browser can release memory.
What the tool does and does not do
- It accepts HEIC and HEIF photos and exports standard JPG files.
- It supports multiple files, per-image quality overrides, and ZIP downloads.
- It can attempt to retain EXIF metadata, but HEIC metadata layouts vary and preservation is best effort.
- It does not add watermarks, require an account, or upload your selected images to our server.
- It does not modify the original files on your device.
Accuracy and useful guidance
The guides on this site are written to answer the practical questions that appear around HEIC files: why Windows may not show a preview, how Apple devices can share compatible copies, how Preview exports JPEG files, and whether converting changes image quality. Where operating-system instructions are involved, the guides link to the relevant Apple or Microsoft support material so readers can verify the current platform behavior.
If you are ready to convert, return to the free HEIC to JPG converter. If you are deciding which format to keep, start with the HEIC vs JPG comparison.