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:
@@ -6,12 +6,12 @@
|
||||
|
||||
- Fix a Netpbm file that is missing its last part:
|
||||
|
||||
`pamfix -truncate {{path/to/corrupted.ext} > {{path/to/output.ext}}`
|
||||
`pamfix -truncate {{path/to/corrupted.ext}} > {{path/to/output.ext}}`
|
||||
|
||||
- Fix a Netpbm file where pixel values exceed the image's `maxval` by lowering the offending pixels' values:
|
||||
|
||||
`pamfix -clip {{path/to/corrupted.ext}} > {{path/to/output.ext}}`
|
||||
|
||||
- Fix a Netpbm file where pixel values exceed the image's maxval by increasing it:
|
||||
- Fix a Netpbm file where pixel values exceed the image's `maxval` by increasing it:
|
||||
|
||||
`pamfix -changemaxval {{path/to/corrupted.pam|pbm|pgm|ppm}} > {{path/to/output.pam|pbm|pgm|ppm}}`
|
||||
|
@@ -17,4 +17,4 @@
|
||||
|
||||
- Use the specified [f]ont for annotations and paint the background [w]hite:
|
||||
|
||||
`pcdovtoppm -a {{number}} -w {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
||||
`pcdovtoppm -f {{font}} -w {{path/to/file.pcd}} > {{path/to/output.ppm}}`
|
||||
|
Reference in New Issue
Block a user