logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Convert PCX to PPM - Image Converter | Online Free DevTools by Hexmos

Convert PCX image files to PPM format with pcxtoppm. A powerful image conversion tool for managing graphic files. Free online tool, no registration required.

pcxtoppm

Convert a PCX file to a PPM image. More information: https://netpbm.sourceforge.net/doc/pcxtoppm.html.

  • 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}}

See Also