commands.sh

ppmtoilbm

all

Convert a PPM image to an ILBM file.

More info →

Options (2)

boolean

Write a maximum of `n` planes to the ILBM file and produce a HAM/24bit/direct color file if this number is exceeded

Example: ppmtoilbm {{[-mp|-maxplanes]}} {{n}} -{{hamif|24if|dcif}} {{path/to/file.ppm}} > {{path/to/file.ilbm}}
boolean

Produce a ILBM file with exactly `n` planes

Example: ppmtoilbm {{[-fp|-fixplanes]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.ilbm}}

Examples (4)

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 [-mp|-maxplanes] n -hamif|24if|dcif path/to/file.ppm > path/to/file.ilbm

Produce a ILBM file with exactly `n` planes

ppmtoilbm [-fp|-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
made by @shridhargupta | data from tldr-pages