giftopnm: add page (#11307)

pull/23/head
Anurag Dey 2023-10-27 22:26:43 +05:30 committed by GitHub
parent 816b6b2508
commit d28304ad9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/giftopnm.md Normal file
View File

@ -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`