pbmtoxbm: add Dutch translation (#11783)

pull/23/head
Sebastiaan Speck 2023-12-18 15:07:59 +01:00 committed by GitHub
parent 6c1ca70e12
commit c642fd0cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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