{
    "mode": "man",
    "parameter": "wbmptopbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/wbmptopbm/1/json",
    "generated": "2026-09-03T23:24:58Z",
    "synopsis": "",
    "sections": {
        "NAME": {
            "content": "wbmptopbm - convert a wireless bitmap (wbmp) file to a PBM\n\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "",
            "subsections": [
                {
                    "name": "wbmptopbm",
                    "content": "[wbmpfile]\n\n"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "This program is part of Netpbm(1).\n\nwbmptopbm reads a wbmp file as input and produces a PBM image as output.\n\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "There  are  no command line options defined specifically for wbmptopbm, but it recognizes the\noptions common to all programs based on libnetpbm (See \u001b]8;;index.html#commonoptions\u001b\\ Common Options\u001b]8;;\u001b\\ .)\n\n",
            "subsections": []
        },
        "LIMITATIONS": {
            "content": "wbmptopbm recognizes only WBMP type 0.  This is the only type specified in the WAP 1.1 speci‐\nfications.\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbm(1), pbmtowbmp(1),\n\nWireless Application Environment Specification.\n\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1999 Terje Sannum <terje@looplab.com>.\n",
            "subsections": []
        },
        "DOCUMENT SOURCE": {
            "content": "This manual page was generated by the Netpbm tool 'makeman' from  HTML  source.   The  master\ndocumentation is at\n\nhttp://netpbm.sourceforge.net/doc/wbmptopbm.html\n\nnetpbm documentation                      19 November 1999                  Wbmptopbm User Manual(1)",
            "subsections": []
        }
    },
    "summary": "wbmptopbm - convert a wireless bitmap (wbmp) file to a PBM",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/1/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}}"
            }
        ]
    }
}