WebP to PNG
Converts one WebP image to PNG in your browser. The browser decodes the WebP and the tool writes the pixels as PNG, keeping any transparency, which makes the file usable in software that does not read WebP.
Drop your files here
or click to browse files
Up to 1 files
WebP → PNG conversion:
- Lossless quality
- Transparency preserved
- Wider software support
How to Use
- 1Drop a .webp file onto the upload area, or click it to choose one.
- 2Only one file is accepted at a time.
- 3Click 'Convert to PNG' and wait for 'Converting WebP to PNG...' to finish.
- 4Download the PNG file.
Features
- Accepts .webp files only, one file per conversion
- Output is PNG, which is lossless and supports an alpha channel
- Transparent WebP areas stay transparent; no background is added
- Keeps the original pixel dimensions
- Runs in your browser using the canvas API; the file is not uploaded for the conversion
FAQ
Will transparency in my WebP survive?
Yes. Unlike JPG output, PNG can store an alpha channel and the tool does not fill the background, so transparent areas remain transparent.
Why is the PNG larger than the WebP?
WebP is often stored with lossy compression, while PNG holds every pixel without discarding anything. The PNG therefore commonly ends up bigger, sometimes several times bigger for photos.
Does converting to PNG restore detail lost in a lossy WebP?
No. The PNG will match what the WebP showed, artifacts included. It stops further loss but cannot repair what is already gone.
What about animated WebP?
Animation is not supported. The browser draws the image to a canvas as one still frame, so you get a single PNG.