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:
parent
816b6b2508
commit
d28304ad9a
1 changed files with 12 additions and 0 deletions
12
pages/common/giftopnm.md
Normal file
12
pages/common/giftopnm.md
Normal 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`
|
Loading…
Add table
Reference in a new issue