BMP sample file
bmp_200x200_sample_file_118KB.bmp
117.2 KB
image/bmp
SHA256 verified
File details
Filename
bmp_200x200_sample_file_118KB.bmpSize117.2 KB (120054 bytes)
MIME type
image/bmpExtension
.bmpSHA256
6b3be81743f6e8ede4e9b56d5b2e2a2bc68d7e3a61707a1d9575b665c4d2f0aaDownload commands
Use in scripts and tests
curl -L -o bmp_200x200_sample_file_118KB.bmp \
https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/
wget -O bmp_200x200_sample_file_118KB.bmp \
https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/
import requests
url = "https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/"
resp = requests.get(url)
with open("bmp_200x200_sample_file_118KB.bmp", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("bmp_200x200_sample_file_118KB.bmp", buf);
# Download and verify SHA256
curl -L -o bmp_200x200_sample_file_118KB.bmp https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/
echo "6b3be81743f6e8ede4e9b56d5b2e2a2bc68d7e3a61707a1d9575b665c4d2f0aa bmp_200x200_sample_file_118KB.bmp" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/bmp/bmp_200x200_sample_file_118KB.bmp/").content
assert hashlib.sha256(data).hexdigest() == "6b3be81743f6e8ede4e9b56d5b2e2a2bc68d7e3a61707a1d9575b665c4d2f0aa"
More BMP files
Other BMP Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
bmp_1000x600_sample_file_2.3MB.bmp |
2.3 MB | 16c0271914c6b028… |
Download |
bmp_100x100_sample_file_40KB.bmp |
39.2 KB | d298b5c7d4d5fa8a… |
Download |
bmp_1920x1080_sample_file_5.9MB.bmp |
5.9 MB | 2da1700c3a252bc2… |
Download |
bmp_2000x1200_sample_file_9.2MB.bmp |
9.2 MB | 702e30333be93ece… |
Download |
bmp_500x300_sample_file_587KB.bmp |
586.1 KB | 3176880a52c00c52… |
Download |
bmp_800x600_sample_file_1.4MB.bmp |
1.4 MB | ff59fe40754a68fc… |
Download |
Learn more