Skip to content

Free tools · Images

WebP to JPG

Converted on your device at the quality you pick. Nothing uploaded.

Free · no sign-up · JPG, PNG and WebP are processed on your device · other formats are uploaded, deleted after 24 hours.

How to webp to jpg

  1. Drop the WebP.
  2. Pick a quality.
  3. Press Convert and download the JPG.

What happens to your file

Decoded and re-encoded on your device. JPG has no transparency, so transparent areas are composited onto white — the convention every viewer expects, not onto black.

Photographs convert well; flat graphics with sharp edges are better as PNG.

Questions

Transparent WebP to JPG — what happens to the transparency?

It becomes white. Use WebP to PNG to keep it.

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.