WebP to PNG / JPEG Converter
Convert WebP images to PNG or JPEG for compatibility with older tools and apps.
Max 50 MB
Drop a WebP file here, or click to choose
About this tool
WebP to PNG / JPEG Converter decodes Google's WebP format and re-encodes it as PNG or JPEG so you can use the image in tools that don't accept WebP (older Office installs, some CMSes, email clients, etc.).
How decoding works
WebP is supported by every modern browser (Chrome 32+, Firefox 65+, Safari 14+, Edge 18+), so this tool needs no WASM fallback. Drop the file, we render it through an <img> element, then re-encode via canvas.toBlob(). Fast and lossless for PNG output.
Output options
- Format: PNG (lossless, recommended for graphics / screenshots) or JPEG (smaller, good for photos).
- Quality: 0.50–1.00 slider. Only JPEG uses quality; PNG is always lossless.
Limits and privacy
- Maximum file size: 50 MB per image.
- Files stay in your browser — no upload, no server, no telemetry.
- EXIF metadata is preserved in JPEG output; stripped in PNG.
Tip: animated WebP
Static frames are exported fine. Animated WebP will be exported as the first frame only — for full animation, use a video tool instead.