17 lines
585 B
Markdown
17 lines
585 B
Markdown
# 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}}` |