WEBP sample file
webp_2000x1200_sample_file_14KB.webp
13.1 KB
image/webp
SHA256 verified
File details
Filename
webp_2000x1200_sample_file_14KB.webpSize13.1 KB (13464 bytes)
MIME type
image/webpExtension
.webpSHA256
8d53ee0906c1c65ea54a3cd122756c224a30c359488606df079aab58186fce16Download commands
Use in scripts and tests
curl -L -o webp_2000x1200_sample_file_14KB.webp \
https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/
wget -O webp_2000x1200_sample_file_14KB.webp \
https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/
import requests
url = "https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/"
resp = requests.get(url)
with open("webp_2000x1200_sample_file_14KB.webp", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("webp_2000x1200_sample_file_14KB.webp", buf);
# Download and verify SHA256
curl -L -o webp_2000x1200_sample_file_14KB.webp https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/
echo "8d53ee0906c1c65ea54a3cd122756c224a30c359488606df079aab58186fce16 webp_2000x1200_sample_file_14KB.webp" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/webp/webp_2000x1200_sample_file_14KB.webp/").content
assert hashlib.sha256(data).hexdigest() == "8d53ee0906c1c65ea54a3cd122756c224a30c359488606df079aab58186fce16"
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_500x300_sample_file_4KB.webp |
4.0 KB | d65875120ede797a… |
Download |
Learn more