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 13:02:46 +02:00
|
|
|
# pamtopng
|
|
|
|
|
|
|
|
> Converteer een PAM afbeelding naar PNG.
|
|
|
|
> Bekijk ook: `pnmtopng`, `pngtopam`.
|
|
|
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/pamtopng.html>.
|
|
|
|
|
|
|
|
- Converteer de gespecificeerde PAM afbeelding naar PNG:
|
|
|
|
|
|
|
|
`pamtopng {{pad/naar/afbeelding.pam}} > {{pad/naar/uitvoer.png}}`
|
|
|
|
|
|
|
|
- Markeer de gespecificeerde kleur als transparent in de uitvoer-afbeelding:
|
|
|
|
|
2025-06-02 18:51:06 +02:00
|
|
|
`pamtopng {{[-t|-transparent]}} {{kleur}} {{pad/naar/afbeelding.pam}} > {{pad/naar/uitvoer.png}}`
|
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 13:02:46 +02:00
|
|
|
|
|
|
|
- Voeg de tekst in gespecificeerde bestand toe als tEXt chunks in de uitvoer:
|
|
|
|
|
2025-06-02 18:51:06 +02:00
|
|
|
`pamtopng {{[-te|-text]}} {{pad/naar/bestand.txt}} {{pad/naar/afbeelding.pam}} > {{pad/naar/uitvoer.png}}`
|
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 13:02:46 +02:00
|
|
|
|
|
|
|
- Zorg ervoor dat het uitvoerbestand geïnterlaced is in Adam7-formaat:
|
|
|
|
|
2025-06-02 18:51:06 +02:00
|
|
|
`pamtopng {{[-in|-interlace]}} {{pad/naar/afbeelding.pam}} > {{pad/naar/uitvoer.png}}`
|