2023-11-08 10:05:41 +01:00
|
|
|
# xwdtopnm
|
|
|
|
|
|
|
|
> Convert an X11 or X10 window dump file to PNM.
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/xwdtopnm.html>.
|
|
|
|
|
|
|
|
- Convert a XWD image file to PBM:
|
|
|
|
|
|
|
|
`xwdtopnm {{path/to/input_file.xwd}} > {{path/to/output_file.pnm}}`
|
|
|
|
|
|
|
|
- Display information about the conversion process:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`xwdtopnm {{[-verb|-verbose]}} {{path/to/input_file.xwd}} > {{path/to/output_file.pnm}}`
|
2023-11-08 10:05:41 +01:00
|
|
|
|
|
|
|
- Display the contents of the X11 header of the input file:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`xwdtopnm {{[-h|-headerdump]}} {{path/to/input_file.xwd}} > {{path/to/output_file.pnm}}`
|