{
    "mode": "man",
    "parameter": "pbmtoxbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtoxbm/1/json",
    "generated": "2026-06-12T07:44:05Z",
    "synopsis": "pbmtoxbm [pbmfile]",
    "sections": {
        "NAME": {
            "content": "pbmtoxbm - convert a portable bitmap into an X11 bitmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pbmtoxbm [pbmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable bitmap as input.  Produces an X11 bitmap as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbmtox10bm(1), xbmtopbm(1), pbm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1988 by Jef Poskanzer.\n\n\n\n31 August 1988                                pbmtoxbm(1)",
            "subsections": []
        }
    },
    "summary": "pbmtoxbm - convert a portable bitmap into an X11 bitmap",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbmtox10bm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pbmtox10bm/1/json"
        },
        {
            "name": "xbmtopbm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/xbmtopbm/1/json"
        },
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image to a X11 or X10 bitmap.",
        "examples": [
            {
                "description": "Convert a PBM image to a X11 XBM file",
                "command": "pbmtoxbm {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}"
            },
            {
                "description": "Explicitly specify whether an X11 or X10 bitmap should be generated",
                "command": "pbmtoxbm -{{x11|x10}} {{path/to/input_file.pbm}} > {{path/to/output_file.xbm}}"
            }
        ]
    }
}