logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Convert XPM to PPM - Image Conversion | Online Free DevTools by Hexmos

Convert XPM images to PPM format with XPMtoPPM. Utilize transparency mask handling for advanced image manipulation. Free online tool, no registration required.

xpmtoppm

Convert an X11 pixmap to a PPM image. More information: https://netpbm.sourceforge.net/doc/xpmtoppm.html.

  • Convert an XPM image to a PPM image:

xpmtoppm {{path/to/input_file.xpm}} > {{path/to/output_file.ppm}}

  • Store the transparency mask of the input image in the specified file:

xpmtoppm {{[-a|--alphaout]}} {{path/to/alpha_file.pbm}} {{path/to/input_file.xpm}} > {{path/to/output_file.ppm}}

See Also