commands.sh

ximtoppm

all

Convert a XIM file to a PPM image.

More info →

Options (1)

-aboolean

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

Example: ximtoppm {{[-a|-alphaout]}} {{path/to/alpha_file.pbm}} {{path/to/input_file.xim}} > {{path/to/output_file.ppm}}

Examples (2)

Convert an XIM image to a PPM image

ximtoppm path/to/input_file.xim > path/to/output_file.ppm

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

ximtoppm [-a|-alphaout] path/to/alpha_file.pbm path/to/input_file.xim > path/to/output_file.ppm
made by @shridhargupta | data from tldr-pages