WebP Sample Files
WebP is a modern image format developed by Google. It provides both lossy and lossless compression, typically achieving 25-35% smaller file sizes than JPEG and PNG at equivalent quality. All modern browsers support WebP.
Back to Example image filesDownload WebP Sample Files
| File | File type | File size | Dimensions (pixels) | Mime type | Download example file |
|---|---|---|---|---|---|
| WebP Sample - 800x600 | WebP | 5 KB | 800 x 600 | image/webp | Download example file |
About WebP files
WebP was created by Google in 2010 as a replacement for JPEG, PNG, and GIF on the web. It supports lossy compression (like JPEG), lossless compression (like PNG), and animation (like GIF), all in a single format. The compression algorithm is based on VP8 video encoding for lossy and a new algorithm for lossless.
For web projects, WebP is often the best default choice. The smaller file sizes mean faster page loads without visible quality loss. Most image processing libraries and CDNs support automatic WebP conversion.
For broader compatibility with older software, our JPG samples and PNG samples are available too.