Convert WebP to JPG
Almost every current browser supports WebP, so this conversion is nearly always about the other end of the pipe — a form upload, an older application, or a piece of software specifically asking for a JPG rather than rejecting WebP outright.
Add a WebP here and it converts straight to JPG — the output is already set. This is a compatibility move for the destinations that still don't accept WebP. If the WebP has transparency, know before you start that it will be filled with a solid colour, because JPG has no alpha channel at all. Nothing is uploaded.
- Nothing uploadedRuns on your device
- No limitsNo account, no watermark
- No upload waitStarts immediately
The one irreversible change: transparency
If the WebP has a transparent background, it will not survive. JPG cannot represent transparency in any form, so the transparent area is filled with a solid colour on the way out, and there is no way to recover it from the resulting JPG afterwards.
Beyond that, this mostly trades one lossy format for another rather than losing meaningful quality — the visual difference at matched settings is minor. The reason to do it is almost always what comes next, not the image itself.
- Check for transparency in the WebP before converting — if it's there, this will destroy it
- Use this only for a specific destination that rejects WebP
- If nothing downstream requires JPG specifically, there is no reason to convert
Nothing is uploaded to convert it
The conversion runs on your own device. Your image is decoded and re-encoded in the browser tab and the result is written back — no copy of it, at any stage, is ever sent anywhere.
You can confirm it: open the Network tab before you start, or disconnect from the internet once the page has loaded and convert anyway. The only thing that needs a connection is the first load of the page itself.
Questions
- Will transparency survive?
- No. JPG has no alpha channel, so any transparent area in the WebP is filled with a solid colour in the resulting file, and that can't be reversed afterwards. If transparency matters, keep the WebP or convert to PNG instead.
- Why would I need JPG instead of WebP?
- Almost always a specific destination that requires it — certain upload forms, older software, or a workflow that hasn't been updated to accept WebP. Browser support for WebP itself has not been the limiting factor since 2020.
- Will the quality visibly change?
- At normal quality settings, not meaningfully — both formats are lossy and reasonably close at matched quality. The one change that is visible and irreversible is transparency being flattened to a solid colour.
- Should I keep the original WebP as well?
- Yes, if you have any use for transparency or the smaller file size later. Once converted to JPG, transparency is gone for good and can't be recovered from that file.
- Is my image uploaded to convert it?
- No. Everything happens in your browser — you can confirm it in the Network tab, or disconnect once the page has loaded and it still works.
Converting a different way
Or use Convert Image directly if you'd rather choose the output format yourself.
