Files
tldr/pages.zh/common/pamtogif.md

17 lines
585 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`