WebP to JPG Converter
Convert WebP — small files, supported everywhere on the web — into JPG, the format everything can open. Runs entirely in your browser.
Why convert WebP to JPG?
WebP is everywhere on the web and awkward everywhere else. Saving an image from a website hands you a .webp that older Photoshop will not open, that Office may refuse to place, and that a print shop will bounce. JPG is the lowest common denominator, and that is exactly what makes it useful.
What changes when WebP becomes JPG
A lossy re-encode at quality 85. WebP's alpha channel has no equivalent in JPEG, so anything transparent is composited onto white before encoding — worth knowing if you are converting a logo. Animated WebP files convert as their first frame only. EXIF and colour profile carry through.
Why this one is different
Every other WebP to JPG converter uploads your files to their server, which is why they cap file sizes and ask you to sign up. This one does the work on your own machine, so it can afford not to.
Convert something else
Questions
How do I convert WebP to JPG?
Drop your WebP files onto the box above and each one is converted to JPG straight away. Then download the results, individually or together as a ZIP. There is no upload step and no account.
My logo came out with a white box behind it.
That is the alpha channel being flattened. JPEG cannot store transparency at all, so every transparent pixel has to become some real colour, and white is the least surprising choice. Convert to PNG instead if the transparency matters.
Does an animated WebP become an animated JPG?
There is no such thing — a JPEG holds one image. You get the first frame. Convert to GIF if you need something animated, though only the first frame survives that path too.
Do my files get uploaded anywhere?
No. Everything happens in this tab. Your files are never sent to a server, which is why this still works if you disconnect from the network after the page has loaded.