Convert WebP to PNG without uploading anything
This tool converts WebP images to PNG entirely in your browser. Each
image is decoded, drawn onto an HTML <canvas>, and re-encoded as a lossless
PNG using the browser’s built-in canvas.toBlob encoder.
PNG is lossless, universally supported and keeps transparency, so it is the safe choice when an app or website won’t accept WebP. Transparent WebP files stay transparent.
Everything happens locally — your images are never uploaded, stored, or seen by anyone. That makes it both faster and private by design.