pbmtoxbm: add Dutch translation (#11783)
This commit is contained in:
12
pages.nl/common/pbmtoxbm.md
Normal file
12
pages.nl/common/pbmtoxbm.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pbmtoxbm
|
||||
|
||||
> Converteer een PBM image naar een X11 of X10 bitmap.
|
||||
> Meer informatie: <https://netpbm.sourceforge.net/doc/pbmtoxbm.html>.
|
||||
|
||||
- Converteer een PPM image naar een X11 XBM bestand:
|
||||
|
||||
`pbmtoxbm {{pad/naar/invoer_bestand.pbm}} > {{pad/naar/uitvoer_bestand.xbm}}`
|
||||
|
||||
- Specificeer expliciet of een X11 of X10 bitmap gegenereerd moet worden:
|
||||
|
||||
`pbmtoxbm -{{x11|x10}} {{pad/naar/invoer_bestand.pbm}} > {{pad/naar/uitvoer_bestand.xbm}}`
|
Reference in New Issue
Block a user