PNG and WebP explained
PNG is a lossless raster format built to replace GIF. It stores every pixel exactly as given and supports a full 8-bit alpha channel, which means genuine partial transparency rather than the single transparent colour GIF offers.
WebP is a Google-developed format that offers both lossy and lossless modes, transparency, and animation in one container. In its lossy mode it typically produces files around 25–35% smaller than JPEG at comparable visual quality.
- Where PNG files come from
- Screenshots, exported logos and UI assets, and anything designed rather than photographed.
- Where WebP is used
- Modern websites, and increasingly the default export from web-focused design tools.