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