mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
gemtopnm: add Dutch translation (#11735)
This commit is contained in:
parent
62cb0d5d7b
commit
9ff63cd7f7
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/gemtopnm.md
Normal file
16
pages.nl/common/gemtopnm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# gemtopnm
|
||||
|
||||
> Converteer een GEM afbeelding naar een PNM afbeelding.
|
||||
> Meer informatie: <https://netpbm.sourceforge.net/doc/gemtopnm.html>.
|
||||
|
||||
- Converteer een GEM afbeelding naar een PNM afbeelding:
|
||||
|
||||
`gemtopnm {{pad/naar/bestand.img}} > {{pad/naar/uitvoer.pnm}}`
|
||||
|
||||
- Beschrijf de inhoud van een gespecificeerde GEM afbeelding:
|
||||
|
||||
`gemtopnm -d {{pad/naar/bestand.img}}`
|
||||
|
||||
- Toon de versie:
|
||||
|
||||
`gemtopnm -version`
|
Loading…
Add table
Reference in a new issue