mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
pbmtoxbm: add Dutch translation (#11783)
This commit is contained in:
parent
6c1ca70e12
commit
c642fd0cf6
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue