Convert WebP images to PNG with full transparency preservation. No quality loss for lossless WebP files. Batch convert up to 10 files. Shows file size comparison. Works entirely in your browser — no uploads.
Upload up to 10 WebP images. Both lossy and lossless WebP files are supported. Animated WebP files convert the first frame only.
Each WebP is decoded and rendered on a canvas. The preview shows the image and the expected PNG file size.
Download each PNG individually or all as a ZIP. PNG is lossless — the pixels from the WebP canvas are written to PNG without any additional compression artefacts.
PNG is lossless — converting to PNG does not introduce any additional quality loss. However, if the original WebP was encoded using lossy compression (most WebP files are), those compression artefacts from the original WebP are preserved in the PNG. The conversion itself is lossless: whatever pixels are in the WebP are written exactly to the PNG.
Common reasons: older software that does not support WebP (Photoshop versions before 2021, some design tools), legacy systems or CMS platforms that require PNG, clients who need editable files in a universal format, printing workflows that require lossless PNG, and compatibility with systems that have not yet added WebP support.
Yes. WebP's alpha channel converts directly to PNG's alpha channel. Transparent areas in WebP are transparent in the output PNG. No background colour is applied.
This tool converts the first frame of animated WebP files. Full animated WebP to APNG conversion requires specialised libraries. For animated WebP, consider using FFmpeg or an online animated image converter.
Yes — almost always. PNG uses lossless compression while WebP lossy is extremely efficient. A WebP file at quality 80 converted to PNG may be 5–10× larger. This is expected: you are trading file size for format compatibility and true losslessness (no further encoding loss).
Yes — upload up to 10 WebP files at once. All are converted to PNG and can be downloaded individually or as a single ZIP file.