Private image conversion

Convert HEIC to JPG

Drop iPhone HEIC photos here and download JPG copies. Conversion runs in your browser, and your files never leave your device.

Drop HEIC files here or choose files from your device

Files

No files selected yet.

About HEIC and JPG conversion

HEIC is the image format many iPhones use when the camera is set to High Efficiency. It stores photos with strong compression, so the original files are often much smaller than older JPG images at a similar visual quality. That is useful for saving storage and syncing photos, but some websites, printers, and older apps still expect JPG files.

This converter decodes the HEIC file locally, turns the pixels into a JPG, and gives you the download link without uploading the photo anywhere. The HEIC decoder and JPEG encoder run in a browser worker so the page stays responsive while each file is processed. Very large images may be refused before full decoding because browser memory is limited, especially on phones and laptops with many tabs open.

FAQ

Are HEIC files uploaded to a server?

No. The file is read with the browser File API and converted locally in a Web Worker. There is no upload endpoint in the conversion path.

When should I choose JPG output?

JPG is the practical choice when you need broad compatibility with websites, printers, email clients, and older image software.

Will JPG preserve transparency?

No. JPG does not support transparency. That is usually fine for camera photos, but PNG is a better target for images that need transparent pixels.

Why can very large HEIC files be refused?

Decoded image pixels use much more memory than the compressed HEIC file. The converter refuses images above its browser memory budget instead of risking a tab crash.

Other converters