How to use it
WebP to PNG Converter — Free, In Your Browser
- Drop your WebP files onto the workspace, paste from the clipboard, or pick them with the file picker. Up to 50 images per batch, 100 MB per file.
- Click Convert. Each image decodes through the browser's built-in WebP path — current Chrome, Edge, Firefox, and Safari all decode WebP via `<img>` — and draws into an alpha-aware canvas before re-encoding as PNG through `canvas.toBlob('image/png')`. PNG is the HTML spec's mandatory canvas-export baseline, so unlike WebP encoding there is no silent format-substitution failure mode here. If the browser cannot decode a particular WebP (an extremely old install, a malformed source file, an animated WebP variant the renderer rejects), the tool reports it as malformed/unsupported via the `<img>.onerror` path rather than writing a corrupt PNG. Download individually or grab the whole batch as a single ZIP.