IT Market
Tools/Images/HEIC to JPG: iPhone Photo Converter Online
READY > SYSTEM READY
HEIC
JPG

ЗАГРУЗИТЬ
ФАЙЛ

Ожидание файла...

Превью

Tool guide

HEIC to JPG: iPhone Photo Converter Online

Since 2017 iPhones have saved photos as HEIC: at the same quality the file is roughly half the size of JPEG. The trouble starts when the photo is passed on — Windows without a plugin, older editors, print-shop kiosks and document upload forms will not open it. This tool decodes HEIC with the libheif library compiled to JavaScript and re-saves the shot as ordinary JPG, PNG or WebP. The library is fetched only once you actually pick a HEIC file, and the photo itself is never uploaded. See also: do the same for AVIF shots, drop GPS and camera data from the photo, merge the photos into a single PDF.

How to use it

  1. Choose a HEIC or HEIF file, or drop it into the upload area.
  2. Wait for the preview: on the first HEIC the browser downloads the decoder, which takes a couple of seconds.
  3. Pick the format: JPG for universal compatibility, PNG when transparency matters, WebP for a smaller file.
  4. Set the quality: 90 percent is close to indistinguishable, 75 shrinks the file noticeably.
  5. Press export to download the finished image.

FAQ

Why will an iPhone photo not open on my computer?

Because it is HEIC, a format built on the HEVC codec whose licence is not present on every system. Windows 10 and 11 display HEIC only after installing an extension from the store, and many editors and printers cannot do it at all. JPG is understood everywhere, so re-saving once is easier than installing codecs on every device.

Is quality lost converting HEIC to JPG?

A little: HEIC is already lossy and JPG compresses the result again. At 90 percent quality the difference is usually invisible. If the shot is going to print or further editing, use 95 or choose PNG, which is lossless.

Why is the JPG heavier than the original HEIC?

That is expected: HEIC is roughly twice as efficient as JPEG at comparable quality, so the file naturally grows when re-saved. If size matters more than compatibility, choose WebP — it is closer to HEIC in efficiency while opening in every modern browser and editor.

Can I just rename a HEIC file to .jpg?

No. The extension is only a name; the contents stay HEIC and programs still cannot read it, now with a more confusing error. A real transcode is required: the file is decoded into pixels and re-encoded as JPEG, which is what this tool does.

What if it says the file could not be decoded?

Usually the file is damaged, or it is not actually HEIC despite the extension. Check that the photo opens on the iPhone itself. As a fallback, the camera setting can be switched to Most Compatible so the phone shoots straight to JPEG.

Is the photo uploaded to a server?

No. The decoder is loaded onto the page as an ordinary script and runs in your browser, while the photo is read straight from your filesystem. No network request carries the image, as the Network tab of developer tools will show.

Examples

Photo for a government portal upload
Before: IMG_2043.HEIC, 3.1 MB
After: IMG_2043.jpg at 85 percent quality — the form accepts it
Image to paste into a Word document
Before: photo.heic, which Word refuses to insert
After: photo.jpg — pastes like any ordinary picture