Skip to content

Free tools · Images

HEIC to JPG

The photos your iPhone saves, in the format every site accepts.

Free · no sign-up · no watermark · up to 40 MB · uploads deleted after 24 hours, results after 7 days.

How to heic to jpg

  1. Drop the HEIC photos.
  2. Pick a quality.
  3. Press Convert and download the JPGs.

What happens to your file

HEIC cannot be decoded by most browsers, so the file is uploaded, decoded on Fylane’s servers with the orientation applied, encoded as JPEG at your quality, and deleted on schedule.

HEIC stores 10-bit colour and, for Live Photos, motion. JPG keeps the still image in 8-bit colour, which is what every website expects.

Questions

Why did my iPhone save HEIC?

It is the default since iOS 11 because it halves the storage of a JPG. Settings › Camera › Formats › "Most Compatible" switches the camera to JPG for future photos.

Is the quality worse?

At quality 82 you will not see a difference. HEIC is more efficient, not sharper.

Can I convert many at once?

Drop them together; each is converted and offered as its own download.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "image.convert",
    "options": {
      "format": "jpeg",
      "quality": 82
    }
  }'

The same operation, image.convert — Re-encode to WebP, JPEG, PNG or AVIF at your quality. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.