HEIC to JPG

Files & Images

Convert an iPhone HEIC photo to JPG when the browser can decode HEIC.

Calculated Result
Open a .heic file (Chromium / Safari)
Formula: ImageDecoder image/heic β†’ JPEG

About this calculator

Recent Chromium and Safari can decode HEIC. If your browser cannot, the page says so. Quality is a JPEG slider.

How It Works & Formula

FormulaImageDecoder image/heic β†’ JPEG canvas (Chromium / Safari)

ImageDecoder({ type: 'image/heic' }) then draw the frame to a JPEG canvas.