PNG sample file
png_1000x600_sample_file_21KB.png
20.1 KB
image/png
SHA256 verified
File details
Filename
png_1000x600_sample_file_21KB.pngSize20.1 KB (20605 bytes)
MIME type
image/pngExtension
.pngSHA256
17643f66be24d8baeb19498f6c28403b6e8f8151dc5f11d107b0ec5e5a43dbc1Download commands
Use in scripts and tests
curl -L -o png_1000x600_sample_file_21KB.png \
https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/
wget -O png_1000x600_sample_file_21KB.png \
https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/
import requests
url = "https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/"
resp = requests.get(url)
with open("png_1000x600_sample_file_21KB.png", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("png_1000x600_sample_file_21KB.png", buf);
# Download and verify SHA256
curl -L -o png_1000x600_sample_file_21KB.png https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/
echo "17643f66be24d8baeb19498f6c28403b6e8f8151dc5f11d107b0ec5e5a43dbc1 png_1000x600_sample_file_21KB.png" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/png/png_1000x600_sample_file_21KB.png/").content
assert hashlib.sha256(data).hexdigest() == "17643f66be24d8baeb19498f6c28403b6e8f8151dc5f11d107b0ec5e5a43dbc1"
More PNG files
Other PNG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
png_100x100_sample_file_5KB.png |
4.3 KB | f1eef2b7e4d1976f… |
Download |
png_2000x1200_sample_file_36KB.png |
35.7 KB | e6e4885b4f373fd0… |
Download |
png_500x300_sample_file_13KB.png |
12.0 KB | 9af726abe3a978fa… |
Download |
png_ocr_noise_sample.png |
42.0 KB | cb7cf2486f666ad0… |
Download |
png_receipt_scan_sample.png |
4.4 KB | 361a115695b4d01d… |
Download |
png_sample_file_10MB.png |
10.0 MB | 6745b7e94d596702… |
Download |
Learn more