Files
cheatsheet-tldr/tldr/giftopnm
2025-04-02 00:19:10 +00:00

18 lines
383 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 {{[-v|-version]}}`