Skip to content
Novus Examples
gif3 KB

Animated GIF (8 frames)

An 8-frame looping animated GIF of a moving dot — tests animation handling, first-frame extraction, and GIF parsing.

Preview of Animated GIF (8 frames)

Specifications

Width
200
Height
200
Frames
8
Frame Duration Ms
100
Loop
infinite

What is a .gif file?

GIF (Graphics Interchange Format) is a raster format limited to a 256-color indexed palette per frame, using lossless LZW compression. It supports simple frame-based animation and a single fully transparent palette index. It is widely used for short looping animations and low-color graphics.

How to use this file

Use an example GIF to test animated-frame decoding, palette and transparency handling, frame timing, and conversion to modern formats like WebP or MP4.

Generated by generation/images_edgecases.py. Free for any use, no attribution required — license.