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

View File

@@ -0,0 +1,13 @@
# pamenlarge
> 通过复制像素来放大 PAM 图像。
> 参见:`pbmreduce``pamditherbw``pbmpscale`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamenlarge.html>。
- 按指定的倍数放大指定的图像:
`pamenlarge -scale {{N}} {{path/to/image.pam}} > {{path/to/output.pam}}`
- 按指定的水平和垂直倍数放大指定的图像:
`pamenlarge -xscale {{XN}} -yscale {{YN}} {{path/to/image.pam}} > {{path/to/output.pam}}`