WebP to JPG
Convert WebP downloads into JPGs your software accepts.
WebP is the format most sites now save images in, because it's smaller than JPG at the same quality. That's a good trade-off for a web page, but it breaks the moment you need to use the picture somewhere else — an older editor that won't open it, a print shop's upload form, a colleague on software that has never heard of WebP.
This converter decodes the WebP in your browser and re-encodes it as JPG using the canvas API built into every modern browser. Nothing is uploaded to a server first, so there's no size limit and no queue — conversion speed depends only on your own device.
Drop in as many files as you like. Each one converts at full resolution, and if you convert more than one you can download them all together as a ZIP.
Questions
Why would I need to convert away from WebP?
Mostly compatibility: WebP is well supported in browsers but plenty of desktop software, older devices and upload forms still only accept JPG or PNG.
Will converting reduce the quality?
A small amount, since JPG is also a lossy format. Keep quality at 85 or above and the difference isn't visible. If the source WebP has transparency, that's lost in the conversion — JPG has no alpha channel, so transparent areas fill with white.
Is there a limit on how many images I can convert?
No. Everything runs locally in your browser, so the only real limit is your device's memory.
Are my images uploaded anywhere?
No. Decoding and re-encoding both happen in your browser tab — the files never leave your device.