WebP to JPG
A file that nothing refuses, made in your own browser.
82% is where most photographs stop looking any better. Text and flat colour want more.
The short answer
JPEG is the format nothing refuses. Where a WebP has been rejected by an upload form, a print shop or an older editor, converting it costs you the transparency, if it had any, and nothing else worth worrying about.
JPEG is the format no software argues with. Where a WebP has been rejected by an upload form or an older editor, this converts it, and the only thing you lose is transparency.
The formula
decode the WebP → draw it onto a canvas over white → encode as JPEG at the quality you pick
Worked examples
- A WebP saved from a web page
- a JPEG any form will take
- A WebP with a clear background
- the background becomes white
- A lossy WebP at high quality
- no visible change at 82%
Reference table
| Format | Accepted by forms | Transparency | Size |
|---|---|---|---|
| WebP | Often refused | Yes | Smallest |
| JPEG | Almost always | No | Small |
| PNG | Almost always | Yes | Largest |
| GIF | Usually | On or off | Large for what it is |
How to use it
- 01Drop the WebP inOr pick a file. Your browser already reads WebP, which is why no upload is needed.
- 02Choose the quality82% is invisible on a photograph. Raise it if the image has text in it.
- 03Save the JPEGThe panel shows both sizes and keeps your filename with the new extension.
Also searched for
Searches that land here include webp to jpg, webp to jpeg, convert webp to jpg, open webp as jpeg and webp converter.
Going back to the safe format
Compatibility is the whole reason
There is no technical argument for JPEG over WebP. There is a practical one: JPEG works everywhere, on everything, including software nobody has updated in a decade. When the job is handing a file to someone else, that matters more than the size of it.
What the conversion costs
Transparency, if the WebP had any, and a small amount of detail from the second lossy encode. Nothing else. The dimensions stay the same, the colours stay the same, and the file usually ends up slightly larger than the WebP was, because JPEG is the older and less efficient format.
Choosing between JPEG and PNG on the way out
If the image is a photograph, JPEG. If it is a screenshot, a logo, line art or anything with transparency, PNG: it is bigger, but nothing is thrown away and the alpha channel survives.
Questions people ask
Why do forms reject WebP?
Because a lot of upload validation checks the extension against a list, and those lists were written before WebP existed. The same applies to older versions of Office, some photo printers and a fair amount of corporate software. JPEG has been on every list since the nineties.
What happens if my WebP has transparency?
It is filled with white. JPEG has no alpha channel at all, so something must go behind the transparent pixels, and white is what every tool picks because most documents are white. If the transparency matters, convert to PNG instead.
Will the JPEG look worse than the WebP?
A little, in principle: both are lossy, so you are re-encoding something already encoded. At 82% on a photograph the difference is not visible. On a screenshot or a logo it can be, and PNG is the better target for those.