Why PNG instead of JPG
PNG keeps transparency (alpha channel), which JPG can't. Choose PNG when your WebP has a transparent background — logos, stickers, UI assets — and you need that preserved.
How it works
We decode the WebP and re-encode losslessly to PNG using the Canvas API, entirely in your browser. Drop several files to convert a whole batch at once.
Free forever, no strings
Squishpix is free with no login, no watermark, and no file limits. Because processing happens in your browser, we have no server costs to pass on to you. If it saves you time, you can support the project with a donation.
FAQ
Does WebP to PNG keep the transparent background?
Yes. PNG supports transparency, so any transparent areas in your WebP stay transparent in the PNG.
Is PNG bigger than WebP?
Usually yes, because PNG is lossless. If file size matters more than transparency, convert to JPG or compress the PNG afterward.