pbmtox10bm, pbmtoxbm, ppmtoxpm, xbmtopbm, ximtoppm, xpmtoppm: add pages (#11407)

This commit is contained in:
Juri Dispan
2023-11-08 15:48:12 +01:00
committed by GitHub
parent c249538169
commit 502ca6e70f
6 changed files with 72 additions and 0 deletions

8
pages/common/xbmtopbm.md Normal file
View File

@@ -0,0 +1,8 @@
# 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}}`