WebP to JPG
Turn a WebP into a file anything will open — never uploaded.
How it works
Three steps, and nothing leaves your device.
-
1
Drop the WebP in
It is decoded in the page; nothing is sent anywhere.
-
2
It is re-encoded as JPG
At 92% quality, and transparency is flattened onto white.
-
3
Download the JPG
The format nothing refuses.
What you gain and what you give up
- JPG is the format nothing refuses. Every upload form, every photo frame, every printing service, every piece of software going back decades reads a JPG. That universality is the entire point of this conversion.
- Transparency is lost, filled with white. If the WebP had a transparent background — a cut-out product, a logo — that area becomes solid white. When you need the transparency kept, convert to PNG instead.
- It is a lossy source re-encoded lossily. Most WebP files on the web are already lossy, and JPG compresses again on top. At 92% this is not visible on a photograph, but it is a second generation of loss, so keep the WebP if it is your master.
- Size can go either way. WebP is usually smaller than an equivalent JPG, so the file often grows. Do this for compatibility, not to save space.
Frequently asked questions
Why does my transparent background turn white?
JPG has no transparency at all. White is used because it is what a cut-out is nearly always placed on. Use PNG to keep it.
Will the JPG be smaller than the WebP?
Usually not. WebP compresses better; this conversion is about compatibility.
Does quality drop?
Slightly — it is a second lossy encode. At 92% it is not visible on a photograph.
Is my image uploaded?
No. It is converted in your browser.