WebP to JPG converter
Convert WebP files to JPG inside this page. No upload, no limit on how many, no watermark.
- 0 uploads
- No limits
- No signup
- Works offline
WebP and JPG, side by side
| WebP | JPEG | |
|---|---|---|
| Released | 2010 | 1992 |
| Compression | both | lossy |
| Transparency | yes | no |
| Animation | yes | no |
| Support | all current browsers; patchy outside them | everywhere, without exception |
What actually changes
The compatibility fallback. JPEG is bigger at the same quality and loses transparency, but it is accepted by things that have never heard of WebP — which still includes a great many government portals.
WebP is Google's replacement for both JPEG and PNG, derived from the VP8 video codec, released in 2010. Its real strength is that roughly 25–35% smaller than JPEG at matching visual quality, with transparency and animation in the same container. The reason you are on this page is almost certainly the other side of that coin: still refused by some desktop applications, older phones and a surprising number of official upload forms.
JPEG arrived in 1992 and is the format the web was built on, using discrete cosine transform compression tuned for photographs. It gives you universal compatibility — every device, browser, printer and form on earth reads it. The trade-off worth knowing about before you commit: no transparency, visible ringing around sharp edges and text, and a compression scheme three decades behind the state of the art.
How the conversion works here
Your file is decoded in a Web Worker inside this browser tab — by the browser's own image pipeline where it can, and by a WebAssembly build of libheif or libavif where it cannot. The decoded pixels are then re-encoded with MozJPEG, the same encoder Squoosh uses.
All of that happens on the processor in front of you. There is no upload step, no queue and no server, which is why there is no size cap, no daily allowance and no paid tier — and why the whole thing keeps working with the network switched off.
Doing more than one thing
Most people converting a format also need it smaller or a different size. The result screen hands your converted files straight to the compressor or the resizer in one click — no second download, no re-selecting files. If you need several formats, the general converter lets you pick the output each time.
How it works
- 01Add your WebP filesDrop them on the page, click to browse, paste from the clipboard, or drop a whole folder.
- 02Conversion runs on your deviceEach file is decoded and re-encoded as JPG by a WebAssembly codec in a background thread. Nothing is uploaded.
- 03Adjust if you need toMove the quality slider — 90 is visually indistinguishable from the source for most photographs.
- 04DownloadSave one file, or take the whole batch as a zip built on your device.