commands.sh

pcxtoppm

all

Convert a PCX file to a PPM image.

More info →

Options (2)

-sboolean

Use a predefined standard palette even if the PCX file provides one

Example: pcxtoppm {{[-s|-stdpalette]}} {{path/to/file.pcx}} > {{path/to/file.ppm}}
boolean

Print information on the PCX header to `stdout`

Example: pcxtoppm {{[-verb|-verbose]}} {{path/to/file.pcx}} > {{path/to/file.ppm}}

Examples (3)

Convert a PCX file to a PPM image

pcxtoppm path/to/file.pcx > path/to/file.ppm

Use a predefined standard palette even if the PCX file provides one

pcxtoppm [-s|-stdpalette] path/to/file.pcx > path/to/file.ppm

Print information on the PCX header to `stdout`

pcxtoppm [-verb|-verbose] path/to/file.pcx > path/to/file.ppm
made by @shridhargupta | data from tldr-pages