snippetbashTip
pgmtofs — Convert a PGM image to Usenix FaceSaver format. See also: `fstopgm`. More information: <https://netp
Viewed 0 times
commandfacesaverconvertcliimagepgmusenixpgmtofs
Problem
How to use the
pgmtofs command: Convert a PGM image to Usenix FaceSaver format. See also: fstopgm. More information: <https://netpbm.sourceforge.net/doc/pgmtofs.html>.Solution
pgmtofs — Convert a PGM image to Usenix FaceSaver format. See also: fstopgm. More information: <https://netpbm.sourceforge.net/doc/pgmtofs.html>.Convert the specified PGM image to Usenix FaceSave format:
pgmtofs {{path/to/input.pgm}} > {{path/to/output.fs}}Code Snippets
Convert the specified PGM image to Usenix FaceSave format
pgmtofs {{path/to/input.pgm}} > {{path/to/output.fs}}Context
tldr-pages: common/pgmtofs
Revisions (0)
No revisions yet.