Export a lossless PNG from any WebP file. Transparency is preserved. Runs locally in your browser.
Upload image
Drag and drop an image here
or click to choose a file
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.
All conversion happens using the Canvas API inside your browser. Your image is never uploaded — no server receives it at any point in the process.
Yes — PNG supports alpha channels, so transparent WebP files convert perfectly.
The PNG output is lossless, but if the source WebP was lossy, that quality loss is already baked in.
No. The tool uses your browser's built-in Canvas API.