From d28304ad9a452517f09f0cc39cdb9912b7c2b252 Mon Sep 17 00:00:00 2001 From: Anurag Dey <139618603+iamanurag101@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:26:43 +0530 Subject: [PATCH] giftopnm: add page (#11307) --- pages/common/giftopnm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/giftopnm.md 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`