← Back

Display GIF images using the <img> tag

GIF stores a palette of at most 256 colours and compresses the pixel indices with LZW. The filter decodes the first frame and expands the palette; animation is not composited. Decoded here with libgif_1

GIF test card, 256 colours

Code snippet

<img is="universal-img_1" src="testcard_256colors.gif" using="solver_minimal_1"
     with="libgif_1"> </img>

Specifications :

The specifications of the test sequence are :

Format GIF (256 colour palette)
FileSize 73 Ko
Solver solver_minimal_1