Options (2)
-sbooleanUse a predefined standard palette even if the PCX file provides one
Example:
pcxtoppm {{[-s|-stdpalette]}} {{path/to/file.pcx}} > {{path/to/file.ppm}}booleanPrint 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.ppmUse a predefined standard palette even if the PCX file provides one
pcxtoppm [-s|-stdpalette] path/to/file.pcx > path/to/file.ppmPrint information on the PCX header to `stdout`
pcxtoppm [-verb|-verbose] path/to/file.pcx > path/to/file.ppmmade by @shridhargupta | data from tldr-pages