GIF sample file
gif_1200x800_sample_file.gif
1.3 MB
image/gif
SHA256 verified
File details
Filename
gif_1200x800_sample_file.gifSize1.3 MB (1320162 bytes)
MIME type
image/gifExtension
.gifSHA256
af57a047615c25bede410d62b68e87aadbf52031c9e299fdd085b449d05a6f9bDownload commands
Use in scripts and tests
curl -L -o gif_1200x800_sample_file.gif \
https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/
wget -O gif_1200x800_sample_file.gif \
https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/
import requests
url = "https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/"
resp = requests.get(url)
with open("gif_1200x800_sample_file.gif", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("gif_1200x800_sample_file.gif", buf);
# Download and verify SHA256
curl -L -o gif_1200x800_sample_file.gif https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/
echo "af57a047615c25bede410d62b68e87aadbf52031c9e299fdd085b449d05a6f9b gif_1200x800_sample_file.gif" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/image/gif/gif_1200x800_sample_file.gif/").content
assert hashlib.sha256(data).hexdigest() == "af57a047615c25bede410d62b68e87aadbf52031c9e299fdd085b449d05a6f9b"
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_2000x1200_sample_file_119KB.gif |
118.1 KB | 5d337d7359960c10… |
Download |
gif_200x200_sample_file.gif |
54.3 KB | e023cb1e21c54386… |
Download |
gif_500x300_sample_file_15KB.gif |
14.8 KB | 76b0fa77290a3413… |
Download |
gif_800x600_sample_file.gif |
644.8 KB | abf579384c1c86cf… |
Download |
Learn more