Test files › Images › gif-static.gif
Sample GIF file
128x128 static GIF with a 4-colour palette and real LZW compression.
↓ Download gif-static.gif| Filename | gif-static.gif |
| Format | GIF |
| Size | 774 bytes (774 bytes) |
| MIME type | image/gif |
| SHA-256 | 238bcf8798a3c67dcffbc88905cdf21f3b77dd2f0fcaec15924e654fd03f3480 |
What this file catchesPalette/indexed-colour handling. A decoder that assumes truecolour input will mishandle the colour table; the LZW stream also exercises code that many "image" libraries delegate and rarely test.
Download & verify
curl -fsSL -o "gif-static.gif" "https://files.hexaqa.com/image/gif-static.gif"
curl -fsSL "https://files.hexaqa.com/image/gif-static.gif" | sha256sum
# expect: 238bcf8798a3c67dcffbc88905cdf21f3b77dd2f0fcaec15924e654fd03f3480