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

pgmtofs — Convert a PGM image to Usenix FaceSaver format. See also: `fstopgm`. More information: <https://netp

Submitted by: @import:tldr-pages··
0
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.