LinuxCommandLibrary

ppmtopcx

Convert PPM images to PCX format

TLDR

Convert PPM to PCX

$ ppmtopcx [input.ppm] > [output.pcx]
copy
Convert with 256 colors
$ ppmtopcx -256 [input.ppm] > [output.pcx]
copy
Convert with 24-bit color
$ ppmtopcx -24bit [input.ppm] > [output.pcx]
copy

SYNOPSIS

ppmtopcx [options] [file]

DESCRIPTION

ppmtopcx converts PPM images to PCX format. PCX is an older bitmap format commonly used in DOS applications. Part of Netpbm toolkit.

PARAMETERS

-256

256 color palette.
-24bit
24-bit true color.
-packed
Packed pixel mode.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community