Convert WebP to PNG
Export a lossless PNG from any WebP file. Transparency is preserved. Runs locally in your browser.
Drop an image or click to choose
JPG, PNG, or WebP, up to 50 MB. Stays in your browser.
FROM
WebP
TO
PNG
QUALITY —
PNG is lossless and ignores quality.
How it works
Your image is loaded into an HTML Canvas element inside your browser. The canvas is then exported to the target format using the browser's built-in codec. Entirely on your device, with no waiting.
Processing runs in your browser
All conversion happens using the Canvas API inside your browser. Our servers are not involved at any point.
Related operations
To shrink the file size after converting, try compress image. For resizing converted images to fit a target, use resize image. To trim the converted image to an aspect ratio, see image crop.
Frequently asked questions
Does this preserve transparency?
Yes. PNG supports alpha channels, so transparent WebP files convert perfectly.
Is WebP to PNG conversion lossless?
The PNG output is lossless, but if the source WebP was lossy, that quality loss is already baked in.
Do I need to install anything?
The tool uses your browser's built-in Canvas API. No installation required.