Logo with transparency 400×200
- Input
- PNG: 28 KB
- Expected output
- WebP lossless: ~18 KB (−36%)
Exact transparency preserved. Identical visual quality.
convert PNG to WebP
WebP supports the alpha channel (transparency) just like PNG — but with significantly better compression. A PNG logo with transparent background converted to WebP typically results in a file 25–40% smaller, maintaining exactly the same transparency. This is the ideal conversion for logos, icons, UI elements and any transparent image destined for the web.
Exact transparency preserved. Identical visual quality.
Small savings per icon, but significant in design systems with hundreds of icons.
Transparency is filled with white, because the JPEG format does not support an alpha channel. If you need to preserve transparency, convert to PNG or WebP. The tool automatically warns you when this situation occurs.
Yes. WebP supports an 8-bit alpha channel, same as PNG. All partial transparency (semi-transparency, shadows, antialiased edges) is preserved with fidelity in the resulting WebP.
Chrome, Firefox, Edge and Safari 14+ (2020) support transparent WebP. Internet Explorer does not support WebP. If your site needs to support IE or Safari < 14, use the <picture> tag with PNG as fallback.
Add images and choose the output format
All conversions happen in your browser. No file is sent to any server.