WebP and SVG explained
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.
SVG is not a picture of an image — it is XML describing shapes, paths and text. Because it stores instructions rather than pixels, it renders perfectly at any size, from a favicon to a billboard.
- Where WebP files come from
- Modern websites, and increasingly the default export from web-focused design tools.
- Where SVG is used
- Design tools like Figma and Illustrator, and icon libraries.