diff --git a/pages/common/giftopnm.md b/pages/common/giftopnm.md new file mode 100644 index 000000000..8c7fe60f7 --- /dev/null +++ b/pages/common/giftopnm.md @@ -0,0 +1,12 @@ +# giftopnm + +> Convert a GIF file into a PNM image. +> More information: . + +- Convert a GIF image to a Netpbm image pixel-for-pixel: + +`giftopnm {{path/to/input.gif}} > {{path/to/output.pnm}}` + +- Display version: + +`giftopnm -version`