Skip to content

Free toolsImages

HEIC to WebP

The photos your iPhone saves, in the format websites load fastest.

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 WebP

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

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 WebP at your quality, and deleted on schedule.

WebP is about a third smaller than JPG at the same look; older desktop software may not open it — convert to JPG for those.

Questions

Is WebP a good format for photos?

For the web, the best widely supported one: smaller than JPG at equal quality, transparency if needed, shown by every browser since 2020.

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": "webp",
      "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.