JPEG sample file
jpeg_1000x600_sample_file_36KB.jpeg
35.7 KB
image/jpeg
SHA256 verified
File details
Filename
jpeg_1000x600_sample_file_36KB.jpegSize35.7 KB (36518 bytes)
MIME type
image/jpegExtension
.jpegSHA256
b5d92987e86fa00434c3ef1b623471c01e84c8a28e541ca6c38d14b8368361b9Download commands
Use in scripts and tests
curl -L -o jpeg_1000x600_sample_file_36KB.jpeg \
https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/
wget -O jpeg_1000x600_sample_file_36KB.jpeg \
https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/
import requests
url = "https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/"
resp = requests.get(url)
with open("jpeg_1000x600_sample_file_36KB.jpeg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("jpeg_1000x600_sample_file_36KB.jpeg", buf);
# Download and verify SHA256
curl -L -o jpeg_1000x600_sample_file_36KB.jpeg https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/
echo "b5d92987e86fa00434c3ef1b623471c01e84c8a28e541ca6c38d14b8368361b9 jpeg_1000x600_sample_file_36KB.jpeg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/jpeg/jpeg_1000x600_sample_file_36KB.jpeg/").content
assert hashlib.sha256(data).hexdigest() == "b5d92987e86fa00434c3ef1b623471c01e84c8a28e541ca6c38d14b8368361b9"
More JPEG files
Other JPEG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
jpeg_100x100_sample_file_3KB.jpeg |
2.7 KB | e2d8c6605aace1fb… |
Download |
jpeg_2000x1200_sample_file_72KB.jpeg |
71.2 KB | 83fe08e770e2abf4… |
Download |
jpeg_500x300_sample_file_15KB.jpeg |
14.8 KB | 9a988831c52848bb… |
Download |
jpeg_mobile_document_capture_sample.jpeg |
36.9 KB | a2c4917d1717b390… |
Download |
jpeg_receipt_photo_sample.jpeg |
282.7 KB | 7305507ef6447a3d… |
Download |
Learn more