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/bmptopnm.md
debghs b5ca562fbe
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>
2023-10-17 21:18:29 +02:00

16 lines
391 B
Markdown

# 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`