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:
17
pages.nl/common/pamfix.md
Normal file
17
pages.nl/common/pamfix.md
Normal 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}}`
|
Reference in New Issue
Block a user