BMP sample file
bmp_100x100_sample_file_40KB.bmp
39.2 KB
image/bmp
SHA256 verified
File details
Filename
bmp_100x100_sample_file_40KB.bmpSize39.2 KB (40138 bytes)
MIME type
image/bmpExtension
.bmpSHA256
d298b5c7d4d5fa8a91664c788a86dad092d7aff29a47b19dd04659eddaa3d0a5Download commands
Use in scripts and tests
curl -L -o bmp_100x100_sample_file_40KB.bmp \
https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/
wget -O bmp_100x100_sample_file_40KB.bmp \
https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/
import requests
url = "https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/"
resp = requests.get(url)
with open("bmp_100x100_sample_file_40KB.bmp", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("bmp_100x100_sample_file_40KB.bmp", buf);
# Download and verify SHA256
curl -L -o bmp_100x100_sample_file_40KB.bmp https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/
echo "d298b5c7d4d5fa8a91664c788a86dad092d7aff29a47b19dd04659eddaa3d0a5 bmp_100x100_sample_file_40KB.bmp" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/bmp/bmp_100x100_sample_file_40KB.bmp/").content
assert hashlib.sha256(data).hexdigest() == "d298b5c7d4d5fa8a91664c788a86dad092d7aff29a47b19dd04659eddaa3d0a5"
More BMP files
Other BMP Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
bmp_1000x600_sample_file_2.3MB.bmp |
2.3 MB | 16c0271914c6b028… |
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_200x200_sample_file_118KB.bmp |
117.2 KB | 6b3be81743f6e8ed… |
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