1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

giftopnm: add page (#11307)

This commit is contained in:
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

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`