GIF sample file
gif_500x300_sample_file_15KB.gif
14.8 KB
image/gif
SHA256 verified
File details
Filename
gif_500x300_sample_file_15KB.gifSize14.8 KB (15141 bytes)
MIME type
image/gifExtension
.gifSHA256
76b0fa77290a3413b9f631cea8128b176f7f6b26629b360bfd9ef8507bd9edf1Download commands
Use in scripts and tests
curl -L -o gif_500x300_sample_file_15KB.gif \
https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/
wget -O gif_500x300_sample_file_15KB.gif \
https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/
import requests
url = "https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/"
resp = requests.get(url)
with open("gif_500x300_sample_file_15KB.gif", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("gif_500x300_sample_file_15KB.gif", buf);
# Download and verify SHA256
curl -L -o gif_500x300_sample_file_15KB.gif https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/
echo "76b0fa77290a3413b9f631cea8128b176f7f6b26629b360bfd9ef8507bd9edf1 gif_500x300_sample_file_15KB.gif" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/gif/gif_500x300_sample_file_15KB.gif/").content
assert hashlib.sha256(data).hexdigest() == "76b0fa77290a3413b9f631cea8128b176f7f6b26629b360bfd9ef8507bd9edf1"
More GIF files
Other GIF Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
gif_1000x600_sample_file_41KB.gif |
40.1 KB | dad4e455b51b48f3… |
Download |
gif_100x100_sample_file_3KB.gif |
2.9 KB | c950626fc626affd… |
Download |
gif_1200x800_sample_file.gif |
1.3 MB | af57a047615c25be… |
Download |
gif_2000x1200_sample_file_119KB.gif |
118.1 KB | 5d337d7359960c10… |
Download |
gif_200x200_sample_file.gif |
54.3 KB | e023cb1e21c54386… |
Download |
gif_800x600_sample_file.gif |
644.8 KB | abf579384c1c86cf… |
Download |
Learn more