2023-12-18 14:07:59 +00:00
|
|
|
# pbmtoxbm
|
|
|
|
|
jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation, pcdovtoppm: fix typo (#12878)
* jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation
* pamfix, pages.nl/*: fix and translate typo's
* pamfix, pamfile: fix typos
2024-06-03 12:02:46 +01:00
|
|
|
> Converteer een PBM afbeelding naar een X11 of X10 bitmap.
|
2023-12-18 14:07:59 +00:00
|
|
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/pbmtoxbm.html>.
|
|
|
|
|
jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation, pcdovtoppm: fix typo (#12878)
* jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation
* pamfix, pages.nl/*: fix and translate typo's
* pamfix, pamfile: fix typos
2024-06-03 12:02:46 +01:00
|
|
|
- Converteer een PPM afbeelding naar een X11 XBM bestand:
|
2023-12-18 14:07:59 +00:00
|
|
|
|
|
|
|
`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}}`
|