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,21 @@
# pamtopng
> 将 PAM 图像转换为 PNG。
> 另见:`pnmtopng``pngtopam`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamtopng.html>。
- 将指定的 PAM 图像转换为 PNG
`pamtopng {{path/to/image.pam}} > {{path/to/output.png}}`
- 将指定颜色标记为输出图像中的透明色:
`pamtopng -transparent {{color}} {{path/to/image.pam}} > {{path/to/output.png}}`
- 将指定文件中的文本作为 tEXt 块包含在输出中:
`pamtopng -text {{path/to/file.txt}} {{path/to/image.pam}} > {{path/to/output.png}}`
- 使输出文件以 Adam7 格式交错:
`pamtopng -interlace {{path/to/image.pam}} > {{path/to/output.png}}`