diff --git a/pages/common/pamtogif.md b/pages/common/pamtogif.md new file mode 100644 index 000000000..fec049294 --- /dev/null +++ b/pages/common/pamtogif.md @@ -0,0 +1,17 @@ +# pamtogif + +> Convert a Netpbm image into an unanimated GIF image. +> See also: `giftopnm`, `gifsicle`. +> More information: . + +- Convert a Netpbm image into an unanimated GIF image: + +`pamtogif {{path/to/image.pam}} > {{path/to/output.gif}}` + +- Mark the specified color as transparent in the output GIF file: + +`pamtogif -transparent {{color}} {{path/to/image.pam}} > {{path/to/output.gif}}` + +- Include the specified text as a comment in the output GIF file: + +`pamtogif -comment "{{Hello World!}}" {{path/to/image.pam}} > {{path/to/output.gif}}` diff --git a/pages/common/ppmtogif.md b/pages/common/ppmtogif.md new file mode 100644 index 000000000..9dfe4c1bf --- /dev/null +++ b/pages/common/ppmtogif.md @@ -0,0 +1,8 @@ +# ppmtogif + +> This command is superseded by `pamtogif`. +> More information: . + +- View documentation for the current command: + +`tldr pamtogif`