Skip to content

Free toolsImages

HEIC to PNG

The photos your iPhone saves, as PNGs for editing and design work.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert HEIC to PNG

  1. Drop the HEIC photos.
  2. Nothing to choose — PNG is lossless.
  3. Press Convert and download the PNGs.

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, written as PNG without loss, and deleted on schedule.

A PNG of a 12-megapixel photo is 20–40 MB — right for an editor, wrong for a message. HEIC to JPG is the one to send.

Questions

When is PNG the right choice?

When the picture will be edited again, needs transparency later, or is a screenshot with sharp text. For photos you send or post, JPG.

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": "png"
    }
  }'

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.