commands.sh

xwdtopnm

all

Convert an X11 or X10 window dump file to PNM.

More info →

Options (2)

boolean

Display information about the conversion process

Example: xwdtopnm {{[-verb|-verbose]}} {{path/to/input_file.xwd}} > {{path/to/output_file.pnm}}
-hboolean

Display the contents of the X11 header of the input file

Example: xwdtopnm {{[-h|-headerdump]}} {{path/to/input_file.xwd}} > {{path/to/output_file.pnm}}

Examples (3)

Convert a XWD image file to PBM

xwdtopnm path/to/input_file.xwd > path/to/output_file.pnm

Display information about the conversion process

xwdtopnm [-verb|-verbose] path/to/input_file.xwd > path/to/output_file.pnm

Display the contents of the X11 header of the input file

xwdtopnm [-h|-headerdump] path/to/input_file.xwd > path/to/output_file.pnm
made by @shridhargupta | data from tldr-pages