Options (2)
booleanWrite 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}}booleanProduce 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.ilbmWrite a maximum of `n` planes to the ILBM file and produce a HAM/24bit/direct color file if this number is exceeded
Produce a ILBM file with exactly `n` planes
Select the compression method to be used
ppmtoilbm -compress|nocompress|savemem path/to/file.ppm > path/to/file.ilbmmade by @shridhargupta | data from tldr-pages