WebP to PNG

No upload · runs in your browser

Runs entirely in your browser, nothing is uploaded.

How it works

WebP to PNG for Software That Won’t Open WebP

Convert WebP images to PNG for the editors and print workflows that still refuse the format. Alpha is kept by default, or flattened onto white on request.

What this does
  • Keeps the alpha channel, or flattens onto solid white for software that draws alpha as black
  • Reads the VP8X header flag to spot an animated WebP and names every file it found
  • One image downloads on its own; a batch arrives as webp-to-png.zip
FAQ

Only the first frame comes out. A browser canvas exposes only the poster frame of an animated WebP, and PNG has no animation that an image editor would read anyway, so the remaining frames cannot be reached from here. Rather than let that pass silently, the first 24 bytes of each file are checked for the VP8X animation flag before anything is decoded, every animated file is named in the result panel, and its thumbnail is labelled “1st frame”. For the whole sequence you need a GIF or video tool.

Keep going