How to use it
PNG to WebP Converter — Free, In Your Browser
- Drop your PNG 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.
- Adjust the quality slider if you want — default 80 is a practical web-delivery starting point; tune higher for visual fidelity or lower for smaller files.
- Click Convert. Each image decodes through the browser's built-in PNG path, draws into an alpha-aware canvas, and re-encodes as WebP through `canvas.toBlob('image/webp', q)`. Safari does not currently implement that encoder and silently returns a PNG (per the HTML spec's fallback rule). The tool detects the non-WebP MIME on the returned blob and surfaces a clear error rather than writing a misnamed `.webp` file — switch to a current Chrome, Edge, or Firefox to encode WebP. Download individually or grab the whole batch as a single ZIP.