bmptopnm: add page (#11026)

* bmptopnm: add page

* Update pages/common/bmptopnm.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/common/bmptopnm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/bmptopnm.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
debghs 2023-10-18 00:48:29 +05:30 committed by GitHub
parent 8ca2e72738
commit b5ca562fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/bmptopnm.md Normal file
View File

@ -0,0 +1,16 @@
# bmptopnm
> Convert a BMP file into a PBM, PGM, or PNM image.
> More information: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
- Generate the PBM, PGM, or PNM image as output, for Windows or OS/2 BMP file as input:
`bmptopnm {{path/to/file.bmp}}`
- Report contents of the BMP header to `stderr`:
`bmptopnm -verbose {{path/to/file.bmp}}`
- Display version:
`bmptopnm -version`