{
    "mode": "man",
    "parameter": "ybmtopbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ybmtopbm/1/json",
    "generated": "2026-06-03T01:48:47Z",
    "synopsis": "ybmtopbm [facefile]",
    "sections": {
        "NAME": {
            "content": "ybmtopbm - convert a Bennet Yee \"face\" file into a portable bitmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "ybmtopbm [facefile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a file acceptable to the face and xbm programs by Bennet Yee (bsy+@cs.cmu.edu).  Writes\na portable bitmap as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbmtoybm(1), pbm(5), face(1), face(5), xbm(1)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.\n\n\n\n06 March 1990                                ybmtopbm(1)",
            "subsections": []
        }
    },
    "summary": "ybmtopbm - convert a Bennet Yee \"face\" file into a portable bitmap",
    "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"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a Bennet Yee \"face\" file to PBM.",
        "examples": [
            {
                "description": "Convert a YBM image file to PBM",
                "command": "ybmtopbm {{path/to/input_file.ybm}} > {{path/to/output_file.pbm}}"
            }
        ]
    }
}