add new chinese translations
This commit is contained in:
17
pages.zh/common/pamtogif.md
Normal file
17
pages.zh/common/pamtogif.md
Normal 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}}`
|
Reference in New Issue
Block a user