mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 21:35:45 +02:00

* pages.nl/common/b*: update Dutch translation * Update pages.nl/common/bc.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
16 lines
458 B
Markdown
16 lines
458 B
Markdown
# bmptopnm
|
|
|
|
> Converteer een BMP bestand naar een PBM, PGM of PNM afbeelding.
|
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
|
|
|
|
- Genereer de PBM, PGM of PNM afbeelding als output, vanuit een Windows of OS/2 BMP afbeelding als input:
|
|
|
|
`bmptopnm {{pad/naar/bestand.bmp}}`
|
|
|
|
- Rapporteer de inhoud van een BMP header naar `stderr`:
|
|
|
|
`bmptopnm {{[-verb|-verbose]}} {{pad/naar/bestand.bmp}}`
|
|
|
|
- Toon de versie:
|
|
|
|
`bmptopnm {{[-v|-version]}}`
|