pbmtoxbm: add Dutch translation (#11783)

This commit is contained in:
Sebastiaan Speck
2023-12-18 15:07:59 +01:00
committed by GitHub
parent 6c1ca70e12
commit c642fd0cf6

View 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}}`