This is the conversion PNG users have been waiting for without knowing it. The long-standing dilemma was that anything needing a transparent background had to be a PNG, and PNG files of photographic content are enormous. WebP ends that trade-off: it supports full alpha transparency and lossy compression at the same time, something JPEG has never been able to do.
Transparency survives, and that is the point
A logo with a transparent background, converted to WebP, still has a transparent background. Better than that, WebP stores a full 8-bit alpha channel, so soft edges, drop shadows and anti-aliased curves stay smooth rather than turning into the jagged outline you get from GIF-style on-or-off transparency. For a site header logo or a product cut-out, this is a straight upgrade with no downside beyond the format itself.
How much you actually save
- Photographs saved as PNG: often 90% or more smaller. This is where the biggest wins are, because PNG is a poor fit for photographic data in the first place.
- Screenshots of interfaces and text: typically 40–70% smaller, with text staying sharp because WebP handles hard edges far better than JPEG does.
- Logos, icons and flat illustrations: usually 25–35% smaller, and WebP can also do this losslessly if you push the quality to maximum.
Lossy or lossless?
The quality slider controls this. At high settings, WebP keeps the image extremely close to the original — for logos and diagrams it is usually indistinguishable. Lower settings compress harder in the way a JPEG would, which suits photographs and is wasteful for flat graphics. If the PNG is a piece of artwork you will keep editing, treat the WebP as a delivery copy and keep the PNG as your master.
Where this matters most
Screenshots in documentation, product images on a store, illustrations in a blog post and UI assets in an app all tend to start life as PNG exports and all tend to be the heaviest things on the page. Because PNG has no quality dial, there is no way to make one smaller without changing format or dimensions. Converting to WebP typically removes more page weight than any other single change, and unlike image lazy-loading it costs nothing in complexity.
What to watch for
Software outside the browser is still patchy with WebP — some editors, print services and upload forms reject it. Keep the PNG for anything going to a person or a printer, and use WebP for anything going onto a web page. Animated PNGs are not handled here: an APNG converts to a single still frame, since the animation cannot be carried across by this route.
Everything runs inside this tab using your browser’s own WebP encoder. Nothing is uploaded, which also means a batch of 200 screenshots is limited only by your own patience and memory.