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