Convert Amiga IFF images to PNG on Linux - Defacto2/defacto2.net GitHub Wiki

How to: Convert Amiga-era IFF images to PNG on Linux

Install netpbm.

# on Debian based distros
sudo apt-get install netpbm

Conversion, common IFF file extensions include .iff, .lbm and .iff

ilbmtoppm < image.ilbm | pnmtopng - > image.png

Credit: forum.amiga.org