{
    "content": [
        {
            "type": "text",
            "text": "# wbmptopbm (man)\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## 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## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **LIMITATIONS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "wbmptopbm",
        "section": "",
        "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": []
            }
        ],
        "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": []
            }
        }
    }
}