add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,17 @@
# pamfix
> 修复 PAM、PBM、PGM 和 PPM 文件中的错误。
> 另见:`pamfile``pamvalidate`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamfix.html>。
- 修复缺少最后部分的 Netpbm 文件:
`pamfix -truncate {{path/to/corrupted.ext}} > {{path/to/output.ext}}`
- 通过降低有问题的像素值来修复像素值超过图像 `maxval` 的 Netpbm 文件:
`pamfix -clip {{path/to/corrupted.ext}} > {{path/to/output.ext}}`
- 通过增加 `maxval` 来修复像素值超过图像 `maxval` 的 Netpbm 文件:
`pamfix -changemaxval {{path/to/corrupted.pam|pbm|pgm|ppm}} > {{path/to/output.pam|pbm|pgm|ppm}}`