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