tldr/pages/common/giftopnm.md

13 lines
281 B
Markdown
Raw Normal View History

2023-10-27 17:56:43 +01:00
# 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`