WebP to PNG converter

Turn a WebP back into a PNG that any program will open.

WebP is excellent on the web and awkward everywhere else: plenty of older editors, office software and email clients still refuse to open it. Converting to PNG gives you a file that essentially everything understands, with every pixel and any transparency preserved exactly.

The PNG will be larger. That is the price of a format that stores everything and is understood everywhere.

The PNG will be larger. That is the price of a format that stores everything and is understood everywhere; if size matters more than fidelity, JPG is the smaller way out.

Accepts: image/png, image/jpeg, image/webp, image/gif, image/bmp, image/avif

Convert toPNGfixed by this page

Only used by JPEG and WebP. PNG is always lossless.

Fills transparent areas when converting to a format without transparency.

Questions

Is anything lost converting WebP to PNG?
Nothing beyond what the WebP had already discarded. PNG stores whatever it is given, exactly.
Why is the PNG so much bigger?
PNG never approximates. WebP does, which is how it stays small.