pamtogif
all
Convert a Netpbm image into an unanimated GIF image. See also: `giftopnm`, `gifsicle`.
More info →Options (2)
-tbooleanMark the specified color as transparent in the output GIF file
Example:
pamtogif {{[-t|-transparent]}} {{color}} {{path/to/image.pam}} > {{path/to/output.gif}}-cbooleanInclude the specified text as a comment in the output GIF file
Example:
pamtogif {{[-c|-comment]}} "{{Hello World!}}" {{path/to/image.pam}} > {{path/to/output.gif}}Examples (3)
Convert a Netpbm image into an unanimated GIF image
pamtogif path/to/image.pam > path/to/output.gifMark the specified color as transparent in the output GIF file
pamtogif [-t|-transparent] color path/to/image.pam > path/to/output.gifInclude the specified text as a comment in the output GIF file
pamtogif [-c|-comment] "Hello World!" path/to/image.pam > path/to/output.gifmade by @shridhargupta | data from tldr-pages