1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/xbmtopbm.md

9 lines
240 B
Markdown
Raw Normal View History

# xbmtopbm
> Convert an X11 or X10 bitmap to a PBM image.
> More information: <https://netpbm.sourceforge.net/doc/xbmtopbm.html>.
- Convert an XBM image to a PPM image:
`xbmtopbm {{path/to/input_file.xbm}} > {{path/to/output_file.pbm}}`