ilbmtoppm Command Examples

Convert an ILBM file to a PPM image. More information: https://netpbm.sourceforge.net/doc/ilbmtoppm.html.

ilbmtoppm {{path/to/file.ilbm}} > {{path/to/file.ppm}}

ilbmtoppm {{[-t|-transparent]}} {{color}} {{path/to/file.ilbm}} > {{path/to/file.ppm}}

ilbmtoppm {{[-ig|-ignore]}} {{chunkID}} {{path/to/file.ilbm}} > {{path/to/file.ppm}}

ilbmtoppm {{[-m|-maskfile]}} {{path/to/maskfile.pbm}} {{path/to/file.ilbm}} > {{path/to/file.ppm}}