{
    "mode": "man",
    "parameter": "pgmtofs",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pgmtofs/1/json",
    "generated": "2026-06-16T10:10:42Z",
    "synopsis": "pgmtofs [pgmfile]",
    "sections": {
        "NAME": {
            "content": "pgmtofs - convert portable graymap to Usenix FaceSaver(tm) format\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pgmtofs [pgmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable graymap as input.  Produces Usenix FaceSaver(tm) format as output.\n\nFaceSaver is a registered trademark of Metron Computerware Ltd. of Oakland, CA.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "fstopgm(1), pgm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1991 by Jef Poskanzer.\n\n\n\n18 May 1990                                  pgmtofs(1)",
            "subsections": []
        }
    },
    "summary": "pgmtofs - convert portable graymap to Usenix FaceSaver(tm) format",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "fstopgm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/fstopgm/1/json"
        },
        {
            "name": "pgm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pgm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PGM image to Usenix FaceSaver format.",
        "examples": [
            {
                "description": "Convert the specified PGM image to Usenix FaceSave format",
                "command": "pgmtofs {{path/to/input.pgm}} > {{path/to/output.fs}}"
            }
        ]
    }
}