pamtotiff, pbmtowbmp, pnmtotiff, pnmtotiffcmyk, tifftopnm, wbmptopbm: add pages (#11408)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2023-11-08 14:08:06 +01:00
committed by GitHub
parent f7b68d70a1
commit f96c1b6848
6 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# wbmptopbm
> Convert a wireless bitmap file to a PBM image.
> More information: <https://netpbm.sourceforge.net/doc/wbmptopbm.html>.
- Convert a WBMP file to a PBM image:
`wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}`