WEBP sample file
webp_1000x600_sample_file_8KB.webp
7.9 KB
image/webp
SHA256 verified
File details
Filename
webp_1000x600_sample_file_8KB.webpSize7.9 KB (8044 bytes)
MIME type
image/webpExtension
.webpSHA256
197a158d85e4ada03fc2a7e552470f81a48cc8b37c2ab778506a2b6d27111008Download commands
Use in scripts and tests
curl -L -o webp_1000x600_sample_file_8KB.webp \
https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/
wget -O webp_1000x600_sample_file_8KB.webp \
https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/
import requests
url = "https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/"
resp = requests.get(url)
with open("webp_1000x600_sample_file_8KB.webp", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("webp_1000x600_sample_file_8KB.webp", buf);
# Download and verify SHA256
curl -L -o webp_1000x600_sample_file_8KB.webp https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/
echo "197a158d85e4ada03fc2a7e552470f81a48cc8b37c2ab778506a2b6d27111008 webp_1000x600_sample_file_8KB.webp" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/webp/webp_1000x600_sample_file_8KB.webp/").content
assert hashlib.sha256(data).hexdigest() == "197a158d85e4ada03fc2a7e552470f81a48cc8b37c2ab778506a2b6d27111008"
More WEBP files
Other WEBP Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
webp_100x100_sample_file_1KB.webp |
886 B | 609b554a49403d6a… |
Download |
webp_2000x1200_sample_file_14KB.webp |
13.1 KB | 8d53ee0906c1c65e… |
Download |
webp_500x300_sample_file_4KB.webp |
4.0 KB | d65875120ede797a… |
Download |
Learn more