ppmtoilbm

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

Install

All systems
curl cmd.cat/ppmtoilbm.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

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

  • Convert a PPM image to an ILBM file:
    ppmtoilbm path/to/file.ppm > path/to/file.ilbm
  • Write a maximum of n planes to the ILBM file and produce a HAM/24bit/direct color file if this number is exceeded:
    ppmtoilbm -maxplanes n -hamif|24if|dcif path/to/file.ppm > path/to/file.ilbm
  • Produce a ILBM file with exactly n planes:
    ppmtoilbm -fixplanes n path/to/file.ppm > path/to/file.ilbm
  • Select the compression method to be used:
    ppmtoilbm -compress|nocompress|savemem path/to/file.ppm > path/to/file.ilbm

© tl;dr; authors and contributors