Skip to content

Commit

Permalink
giftopnm: add page (#11307)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamanurag101 committed Oct 27, 2023
1 parent 816b6b2 commit d28304a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/giftopnm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# giftopnm

> Convert a GIF file into a PNM image.
> More information: <https://netpbm.sourceforge.net/doc/giftopnm.html>.
- Convert a GIF image to a Netpbm image pixel-for-pixel:

`giftopnm {{path/to/input.gif}} > {{path/to/output.pnm}}`

- Display version:

`giftopnm -version`

0 comments on commit d28304a

Please sign in to comment.