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 @@
# pamstretch
> 通过在像素之间插值来放大PAM图像。
> 另见: `pamstretch-gen`, `pamenlarge`, `pamscale`。
> 更多信息: <https://netpbm.sourceforge.net/doc/pamstretch.html>。
- 按整数因子放大PAM图像
`pamstretch {{N}} {{path/to/image.pam}} > {{path/to/output.pam}}`
- 按指定的水平和垂直方向因子放大PAM图像
`pamstretch -xscale {{XN}} -yscale {{YN}} {{path/to/image.pam}} > {{path/to/output.pam}}`