1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00
tldr/pages/common/giftopnm.md
2023-10-27 22:26:43 +05:30

281 B

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