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