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