pamtoxvmini, pbmtoybm, pnmtoxwd, xvminitoppm, xwdtopnm, ybmtopbm: add pages (#11406)

This commit is contained in:
Juri Dispan
2023-11-08 10:05:41 +01:00
committed by GitHub
parent acb9cf419a
commit 7b88278d15
6 changed files with 64 additions and 0 deletions

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

@@ -0,0 +1,8 @@
# pbmtoybm
> Convert a PBM file to a Bennet Yee "face" file.
> More information: <https://netpbm.sourceforge.net/doc/pbmtoybm.html>.
- Convert a PBM image file to YBM:
`pbmtoybm {{path/to/input_file.pbm}} > {{path/to/output_file.ybm}}`