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
This commit is contained in:
Sebastiaan Speck
2024-06-03 13:02:46 +02:00
committed by GitHub
parent e567dc6833
commit 50937f1c75
42 changed files with 470 additions and 17 deletions

17
pages.nl/common/pamfix.md Normal file
View File

@@ -0,0 +1,17 @@
# pamfix
> Repareer errors in PAM, PBM, PGM en PPM bestanden.
> Bekijk ook: `pamfile`, `pamvalidate`.
> Meer informatie: <https://netpbm.sourceforge.net/doc/pamfix.html>.
- Repareer een Netpbm bestand dat zijn laatste deel mist:
`pamfix -truncate {{pad/naar/corrupt.ext}} > {{pad/naar/uitvoer.ext}}`
- Repareer een Netpbm bestand waar de pixel waardes de afbeelding's `maxval` overschrijden door de overtredende pixels te verlagen in waarde:
`pamfix -clip {{pad/naar/corrupt.ext}} > {{pad/naar/uitvoer.ext}}`
- Repareer een Netpbm bestand waar de pixel waardes de afbeelding's `maxval` overschrijden door deze te verhogen:
`pamfix -changemaxval {{pad/naar/corrupt.pam|pbm|pgm|ppm}} > {{pad/naar/uitvoer.pam|pbm|pgm|ppm}}`