HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

giftopnm — Convert a GIF file into a PNM image. More information: <https://netpbm.sourceforge.net/doc/giftopnm.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgiftopnmconvertclifileintogifpnm

Problem

How to use the giftopnm command: Convert a GIF file into a PNM image. More information: <https://netpbm.sourceforge.net/doc/giftopnm.html>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/giftopnm

Revisions (0)

No revisions yet.