Sample WebP Files — Download Test WebP Images (50 KB to 1 MB)
WebP — Google's web image format · .webp · MIME type image/webp
Download a sample WebP file at 50 KB, 200 KB, 500 KB or 1 MB, with resolutions from 640×480 to 3840×2160. Use them to confirm that a browser, CMS, email client or image library actually decodes WebP — older tooling still fails on it — and to compare sizes against the equivalent JPG on our JPG page.
WebP, released by Google in 2010, offers both lossy and lossless modes, alpha transparency and animation in one container, at roughly 25–35% smaller sizes than JPEG at equal quality. Since Safari 14 (2020) it plays in every major browser, and most image CDNs now serve it by default.

Download sample WebP files
| File | Details | Size | Download |
|---|---|---|---|
sample-image-640x480-50kb.webp | 640 × 480 · q71 | 51 KB | |
sample-image-1280x720-200kb.webp | 1280 × 720 · q81 | 199 KB | |
sample-image-1920x1080-500kb.webp | 1920 × 1080 · q84 | 494 KB | |
sample-image-3840x2160-1mb.webp | 3840 × 2160 · q66 | 994 KB |
Need one of every images format? Download the images sample pack (1.3 MB, one small file of every images format (10 files)).
Use these files from the command line or CI
Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.
# Download one file curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/images/webp/sample-image-640x480-50kb.webp # Verify it (SHA-256 is listed for every file above) shasum -a 256 sample-image-640x480-50kb.webp # Machine-readable index of every sample file curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="webp")'
WebP format at a glance
| Full name | WebP — Google's web image format |
|---|---|
| Extensions | .webp |
| MIME type | image/webp |
| Introduced | Google, 2010 (based on VP8) |
| Compression | Lossy (VP8) or lossless |
| Transparency | Yes — alpha in both modes |
| Animation | Yes |
| Max dimensions | 16,383 × 16,383 px |
| Magic bytes | 52 49 46 46 … 57 45 42 50 (RIFF…WEBP) |
What people test with sample WebP files
- Browser and email-client support checks
- Content-negotiation tests (Accept: image/webp)
- Converting legacy uploads to WebP and back
- Image CDN and Next.js/Nuxt image optimisation pipelines
Frequently asked questions
Is WebP better than JPG?
For the web, usually: at the same visual quality a WebP is typically a quarter to a third smaller than a JPG, and it also supports transparency. JPG still wins for compatibility with older software, cameras and print workflows, which is why most sites keep a JPG fallback.
How do I open a WebP file on Windows or macOS?
Windows 10/11 Photos and macOS Preview (Big Sur or later) open WebP natively, as does every modern browser. If a tool refuses it, convert to PNG or JPG in your browser with our free Image Converter — no upload required.
Are these WebP files safe to download?
Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.
Can I use the sample WebP files commercially?
Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.
Can I hotlink these files or use them in CI?
Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).
Related sample files
Free tools that work with WebP
- Image Converter — Convert images between PNG, JPG, and WebP right in your browser. Files never leave your device.
- Image Resizer — Shrink images by percentage, exact pixel dimensions, or a target file size like 500 KB — all in your browser.
Testing a file pipeline? We build them.
Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.
See how we can help