PNG sample file
png_sample_file_25MB.png
25.0 MB
image/png
SHA256 verified
File details
Filename
png_sample_file_25MB.pngSize25.0 MB (26214400 bytes)
MIME type
image/pngExtension
.pngSHA256
ddb96117df14c38a5ab39a72ed9c897b99267706264e2e146825d27f0f4e6a28Download commands
Use in scripts and tests
curl -L -o png_sample_file_25MB.png \
https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/
wget -O png_sample_file_25MB.png \
https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/
import requests
url = "https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/"
resp = requests.get(url)
with open("png_sample_file_25MB.png", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("png_sample_file_25MB.png", buf);
# Download and verify SHA256
curl -L -o png_sample_file_25MB.png https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/
echo "ddb96117df14c38a5ab39a72ed9c897b99267706264e2e146825d27f0f4e6a28 png_sample_file_25MB.png" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/png/png_sample_file_25MB.png/").content
assert hashlib.sha256(data).hexdigest() == "ddb96117df14c38a5ab39a72ed9c897b99267706264e2e146825d27f0f4e6a28"
More PNG files
Other PNG Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
png_1000x600_sample_file_21KB.png |
20.1 KB | 17643f66be24d8ba… |
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 |
Learn more