giftopnm
Convert a GIF file into a PNM image. More information: <https://netpbm.sourceforge.net/doc/giftopnm.html>.
Install
- All systems
-
curl cmd.cat/giftopnm.sh
- Debian
-
apt-get install netpbm
- Ubuntu
-
apt-get install netpbm
- Arch Linux
-
pacman -S netpbm
- Kali Linux
-
apt-get install netpbm
- CentOS
-
yum install netpbm-progs
- Fedora
-
dnf install netpbm-progs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install netpbm
- OS X
-
brew install netpbm
- Raspbian
-
apt-get install netpbm
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors