commands.sh

bmptopnm

all

Convert a BMP file into a PBM, PGM, or PNM image.

More info →

Options (2)

boolean

Report contents of the BMP header to `stderr`

Example: bmptopnm {{[-verb|-verbose]}} {{path/to/file.bmp}}
-vboolean

Display version

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

Examples (3)

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

Display version

bmptopnm [-v|-version]
made by @shridhargupta | data from tldr-pages