{
    "mode": "man",
    "parameter": "wbmptopbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/wbmptopbm/1/json",
    "generated": "2026-06-15T11:46:03Z",
    "synopsis": "wbmptopbm [wbmpfile]",
    "sections": {
        "NAME": {
            "content": "wbmptopbm - convert a wireless bitmap (wbmp) file to a portable bitmap (pbm)\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "wbmptopbm [wbmpfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a wbmp file as input.  Produces a portable bitmap as output.\n",
            "subsections": []
        },
        "LIMITATIONS": {
            "content": "Currently  only  WBMP  type  0 is recognized.  This is the only type specified in the WAP 1.1\nspecifications.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbm(5), pbmtowbmp(1), Wireless Application Environment Specification.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1999 Terje Sannum <terje@looplab.com>.\n\n\n\n19 November 1999                              wbmptopbm(1)",
            "subsections": []
        }
    },
    "summary": "wbmptopbm - convert a wireless bitmap (wbmp) file to a portable bitmap (pbm)",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        },
        {
            "name": "pbmtowbmp",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pbmtowbmp/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a wireless bitmap file to a PBM image.",
        "examples": [
            {
                "description": "Convert a WBMP file to a PBM image",
                "command": "wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}"
            }
        ]
    }
}