JPEG sample file
jpeg_100x100_sample_file_3KB.jpeg
2.7 KB
image/jpeg
SHA256 verified
File details
Filename
jpeg_100x100_sample_file_3KB.jpegSize2.7 KB (2802 bytes)
MIME type
image/jpegExtension
.jpegSHA256
e2d8c6605aace1fb0b9cc613da6810c75f4de09bb0c14d0e3e91b8eb268c6b20Download commands
Use in scripts and tests
curl -L -o jpeg_100x100_sample_file_3KB.jpeg \
https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/
wget -O jpeg_100x100_sample_file_3KB.jpeg \
https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/
import requests
url = "https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/"
resp = requests.get(url)
with open("jpeg_100x100_sample_file_3KB.jpeg", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("jpeg_100x100_sample_file_3KB.jpeg", buf);
# Download and verify SHA256
curl -L -o jpeg_100x100_sample_file_3KB.jpeg https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/
echo "e2d8c6605aace1fb0b9cc613da6810c75f4de09bb0c14d0e3e91b8eb268c6b20 jpeg_100x100_sample_file_3KB.jpeg" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/jpeg/jpeg_100x100_sample_file_3KB.jpeg/").content
assert hashlib.sha256(data).hexdigest() == "e2d8c6605aace1fb0b9cc613da6810c75f4de09bb0c14d0e3e91b8eb268c6b20"
More JPEG files
Other JPEG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
jpeg_1000x600_sample_file_36KB.jpeg |
35.7 KB | b5d92987e86fa004… |
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