Skip to content

A 500 KB WEBP test file

100% Free No signup Instant download Browser-only 5 languages
Free download(500 KB)

webp-500kb.webp

File info

File Format WEBP
File Size 500 KB(512,000 bytes)
MIME Type image/webp
MD5 9b37f45b0e763445b00b799edb788bab
SHA-1 f8df9e07696de25b19237919d74c4eafcc642bdb
SHA-256 293dc62fdb6b4ed82999c67f6077d290b69ed2753654c55ee245fd78a9bb88be

Download via command line

curl
curl -O https://devlab.itlibra.com/files/images/webp/webp-500kb.webp
wget
wget https://devlab.itlibra.com/files/images/webp/webp-500kb.webp
PowerShell
Invoke-WebRequest -Uri "https://devlab.itlibra.com/files/images/webp/webp-500kb.webp" -OutFile "webp-500kb.webp"

About this file

A 500 KB test file in WEBP format, sized to exactly 512,000 bytes. Free to download with no signup, for verifying upload limits and file-handling behaviour.

The MD5, SHA-1 and SHA-256 values listed above are the real digests of this file. Recomputing them after download confirms the transfer was not corrupted, and they double as known-good expected values when testing a hashing library.

What this size means in practice

500 KB is a realistic size for a single high-resolution photo. It puts a load close to real-world data on front-end image optimisation and preview-generation paths.

Base64-encoded it grows to roughly 667 KB, because Base64 inflates data by about 33%. If you embed files in data URIs, email attachments, or JSON payloads, your limits must account for that expansion.

Getting a feel for this size

On a 10 Mbps link the transfer takes roughly 410 ms, and about 41 ms at 100 Mbps. Base64-encoded it grows to roughly 667 KB.

Estimating a photographic WEBP at roughly 0.15 bytes per pixel, this size works out to around 3,413,333 pixels — about 2,133 × 1,600 px at a 4:3 aspect ratio. Compression varies enormously with image content, so treat this purely as an order-of-magnitude figure.

What to check for this format

WebP uses a RIFF container: the file starts with RIFF and has WEBP at byte 9. It supports lossy, lossless, alpha, and animation — but detecting it from the extension or only the first four bytes risks confusing it with other RIFF-based formats.

  • Whether your server-side image library actually supports WebP — older GD or ImageMagick builds may not
  • Whether it is served as image/webp — a wrong Content-Type makes browsers download instead of render it
  • Whether the JPEG / PNG fallback in your <picture> element works for unsupported clients

FAQ

Is this file free to use?
Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
What is inside the file?
Dummy data generated for testing — sized to match the listed size exactly.
What are the hash values for?
Verify integrity after download or use them as test data for hashing libraries.