Convert WebP to PNG
Drop WebP files and download lossless PNGs at the same dimensions, with transparency intact. PNG is the target when a design tool or workflow won’t accept WebP, or when you need a lossless file to edit and layer.
PNG adds no new compression, but it works from the pixels the WebP already contains, so it cannot recover anything the original WebP discarded. It freezes quality where it is and keeps it lossless going forward.
Transparency and file size
A transparent WebP stays transparent in the PNG; an opaque one stays opaque. Because PNG is lossless, expect larger files than the WebP, with the biggest gap on photos. For sharp UI assets and screenshots the difference is smaller and the lossless copy is worth it.
Batch and privacy
Add multiple files, convert, and use Download all as ZIP for the whole set. Conversion runs in your browser through Web Workers, in parallel; nothing is uploaded, and metadata is dropped when the image is re-encoded.