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