{
    "content": [
        {
            "type": "text",
            "text": "# wbmptopbm(1) (man)\n\n## TLDR\n\n> Convert a wireless bitmap file to a PBM image.\n\n- Convert a WBMP file to a PBM image:\n  `wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** wbmptopbm - convert a wireless bitmap (wbmp) file to a portable bitmap (pbm)\n\n**Synopsis:** wbmptopbm [wbmpfile]\n\n## See Also\n\n- pbm(5)\n- pbmtowbmp(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **LIMITATIONS** (3 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nwbmptopbm - convert a wireless bitmap (wbmp) file to a portable bitmap (pbm)\n\n### SYNOPSIS\n\nwbmptopbm [wbmpfile]\n\n### DESCRIPTION\n\nReads a wbmp file as input.  Produces a portable bitmap as output.\n\n### LIMITATIONS\n\nCurrently  only  WBMP  type  0 is recognized.  This is the only type specified in the WAP 1.1\nspecifications.\n\n### SEE ALSO\n\npbm(5), pbmtowbmp(1), Wireless Application Environment Specification.\n\n### AUTHOR\n\nCopyright (C) 1999 Terje Sannum <terje@looplab.com>.\n\n\n\n19 November 1999                              wbmptopbm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "wbmptopbm",
        "section": "1",
        "mode": "man",
        "summary": "wbmptopbm - convert a wireless bitmap (wbmp) file to a portable bitmap (pbm)",
        "synopsis": "wbmptopbm [wbmpfile]",
        "tldr_summary": "Convert a wireless bitmap file to a PBM image.",
        "tldr_examples": [
            {
                "description": "Convert a WBMP file to a PBM image",
                "command": "wbmptopbm {{path/to/input_file.wbpm}} > {{path/to/output_file.pbm}}"
            }
        ],
        "tldr_source": "official",
        "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"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LIMITATIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}