LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmtofs

converts PGM images to Usenix FaceSaver format, used for storing face images

TLDR

Convert PGM to Usenix FaceSaver format
$ pgmtofs [input.pgm] > [output.fs]
copy

SYNOPSIS

pgmtofs [file]

DESCRIPTION

pgmtofs converts PGM images to Usenix FaceSaver format, used for storing face images for email and news systems. Part of Netpbm toolkit.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

fstopgm(1), pbmtoybm(1)

Copied to clipboard
Kai