{
    "content": [
        {
            "type": "text",
            "text": "# ybmtopbm(1) (man)\n\n## TLDR\n\n> Convert a Bennet Yee \"face\" file to PBM.\n\n- Convert a YBM image file to PBM:\n  `ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** ybmtopbm - convert a Bennet Yee \"face\" file into a portable bitmap\n\n**Synopsis:** ybmtopbm [facefile]\n\n## See Also\n\n- pbmtoybm(1)\n- pbm(5)\n- face(1)\n- face(5)\n- xbm(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nybmtopbm - convert a Bennet Yee \"face\" file into a portable bitmap\n\n### SYNOPSIS\n\nybmtopbm [facefile]\n\n### DESCRIPTION\n\nReads a file acceptable to the face and xbm programs by Bennet Yee (bsy+@cs.cmu.edu).  Writes\na portable bitmap as output.\n\n### SEE ALSO\n\npbmtoybm(1), pbm(5), face(1), face(5), xbm(1)\n\n### AUTHOR\n\nCopyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.\n\n\n\n06 March 1990                                ybmtopbm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ybmtopbm",
        "section": "1",
        "mode": "man",
        "summary": "ybmtopbm - convert a Bennet Yee \"face\" file into a portable bitmap",
        "synopsis": "ybmtopbm [facefile]",
        "tldr_summary": "Convert a Bennet Yee \"face\" file to PBM.",
        "tldr_examples": [
            {
                "description": "Convert a YBM image file to PBM",
                "command": "ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbmtoybm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbmtoybm/1/json"
            },
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
            },
            {
                "name": "face",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/face/1/json"
            },
            {
                "name": "face",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/face/5/json"
            },
            {
                "name": "xbm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xbm/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}