Skip to content

Convert Amiga IFF images to PNG on Linux

Ben edited this page Apr 12, 2023 · 3 revisions

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