1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/common/bmptopnm.md
Antti Savolainen e7e3c0b668 batch4
2025-03-28 18:48:45 +02:00

409 B

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 {{[-v|-verbose]}} {{path/to/file.bmp}}

  • Display version:

bmptopnm {{[-v|-version]}}