← Back

Display Amiga and Atari pictures using the <img> tag

RECOIL decodes several hundred picture formats from 8 and 16-bit machines. Two are shown here: an Amiga IFF/ILBM file with its interleaved bitplanes, and an Atari ST Degas PI1 file with its 3-bit-per-channel ST palette. Decoded here with librecoil_1

Amiga IFF/ILBM picture Atari ST Degas picture

Code snippet

<img is="universal-img_1" src="testcard_uncompressed.iff" using="solver_minimal_1"
     with="librecoil_1"> </img>
<img is="universal-img_1" src="testcard.pi1" using="solver_minimal_1"
     with="librecoil_1"> </img>

Specifications :

The specifications of the test sequence are :

Format IFF/ILBM (16 colours) and Degas PI1 (320×200)
FileSize 63 Ko
Solver solver_minimal_1