{
    "content": [
        {
            "type": "text",
            "text": "# pbmtobbnbg (man)\n\n## NAME\n\npbmtobbnbg - convert a portable bitmap into BitGraph graphics\n\n## SYNOPSIS\n\npbmtobbnbg [rasterop] [x y] < pbmfile\n\n## DESCRIPTION\n\nReads  a  portable  bitmap as input.  Produces BBN BitGraph terminal Display Pixel Data (DPD)\nsequence as output.\n\n## TLDR\n\n> Convert a PBM image to a BitGraph graphic.\n\n- Convert a PBM image to a BitGraph terminal Display Pixel Data sequence:\n  `pbmtobbnbg < {{path/to/image.pbm}} > {{path/to/output.dpd}}`\n- Specify the rasterop:\n  `pbmtobbnbg < {{path/to/image.pbm}} {{3}} > {{path/to/output.dpd}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pbmtobbnbg",
        "section": "",
        "mode": "man",
        "summary": "pbmtobbnbg - convert a portable bitmap into BitGraph graphics",
        "synopsis": "pbmtobbnbg [rasterop] [x y] < pbmfile",
        "tldr_summary": "Convert a PBM image to a BitGraph graphic.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image to a BitGraph terminal Display Pixel Data sequence",
                "command": "pbmtobbnbg < {{path/to/image.pbm}} > {{path/to/output.dpd}}"
            },
            {
                "description": "Specify the rasterop",
                "command": "pbmtobbnbg < {{path/to/image.pbm}} {{3}} > {{path/to/output.dpd}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmtobbnbg - convert a portable bitmap into BitGraph graphics\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmtobbnbg [rasterop] [x y] < pbmfile\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  bitmap as input.  Produces BBN BitGraph terminal Display Pixel Data (DPD)\nsequence as output.\n\nThe rasterop can be specified on the command line.  If this is omitted, 3 (replace)  will  be\nused.   A  position  in (x,y) coordinates can also be specified.  If both are given, the ras‐\nterop comes first.  The portable bitmap is always taken from the standard input.\n\nNote that there is no bgtopbm tool.\n\nThis programm was initially named pbmtobg.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright 1989 by Mike Parker.\n\n\n\n16 May 1989                               pbmtobbnbg(1)",
                "subsections": []
            }
        }
    }
}