Skip to content

Free tools · Images

JPG to WebP

About a third smaller at the same look. Converted on your device.

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

How to jpg to webp

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

What happens to your file

WebP encodes the same picture in fewer bytes than JPEG at equal visual quality — typically 25–35% fewer. Every current browser displays it.

Older desktop software and some upload forms do not accept WebP; convert back with WebP to JPG if one refuses.

Questions

Is WebP better than JPG?

Smaller at the same quality, and it supports transparency. Compatibility outside browsers is the only reason to keep 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": "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.