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,17 @@
# pamtogif
> 将 Netpbm 图像转换为无动画的 GIF 图像。
> 参见:`giftopnm``gifsicle`。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamtogif.html>。
- 将 Netpbm 图像转换为无动画的 GIF 图像:
`pamtogif {{path/to/image.pam}} > {{path/to/output.gif}}`
- 在输出的 GIF 文件中将指定颜色标记为透明:
`pamtogif -transparent {{color}} {{path/to/image.pam}} > {{path/to/output.gif}}`
- 在输出的 GIF 文件中包含指定文本作为注释:
`pamtogif -comment "{{Hello World!}}" {{path/to/image.pam}} > {{path/to/output.gif}}`