ExactImage

Convert WebP to JPG

For every form, printer and application that still refuses to accept WebP.

Drop an image here, or click to choose one

You can also paste a screenshot with Ctrl+V. JPG, PNG, WebP.

Network measuring… Your file never leaves this device

Every byte of that work happened on your own machine. Verify it: open DevTools → Network, and use the tool. No request carries your image, because none is made.

The conversion people need most often

WebP has quietly become the format the web serves, which means it is increasingly the format that lands in your downloads folder when you save an image. It is also the format that a surprising amount of software still refuses: government upload forms, some print services, older desktop applications, and a number of document editors. Converting to JPEG is the pragmatic fix.

The file will get larger

Expect the JPEG to be bigger than the WebP by roughly a third. That is the same efficiency gap running in reverse, and it is unavoidable — you are asking a less efficient format to describe the same picture. If the destination has a file size limit as well as a format requirement, use the compressor to hit the number after converting.

Transparency, again

WebP supports transparency and JPEG does not, so any transparent region is flattened onto white. For a photograph this is irrelevant. For a saved logo or sticker it will produce a white box where you expected none, and PNG is the better conversion target.

Questions

Why will my form not accept WebP?
Most upload validators were written against a fixed list of formats, and that list was usually written before WebP was widespread. There is rarely a technical reason — the system simply does not have it on the list, and the list does not get updated often.
Will the file get bigger?
Yes, typically by about a third. JPEG needs more bytes than WebP for the same visual result, so converting in this direction costs size. If there is also a size limit to meet, compress to a target after converting.
What if my WebP has a transparent background?
It will be flattened onto white, because JPEG has no transparency. Convert to PNG instead if you need to keep it.