{
    "content": [
        {
            "type": "text",
            "text": "# pbmtogo (man)\n\n## NAME\n\npbmtogo - convert a portable bitmap into compressed GraphOn graphics\n\n## SYNOPSIS\n\npbmtogo [pbmfile]\n\n## DESCRIPTION\n\nReads  a  portable  bitmap  as input.  Produces 2D compressed GraphOn graphics as output.  Be\nsure to set up your GraphOn with the following modes: 8 bits / no parity; obeys no  XON/XOFF;\nNULs are accepted.  These are all on the Comm menu.  Also, remember to turn off tty post pro‐\ncessing.  Note that there is no gotopbm tool.\n\n## TLDR\n\n> Convert a PBM image to a compressed GraphOn graphic.\n\n- Convert a PBM image to a compressed GraphOn graphic:\n  `pbmtogo {{path/to/image.pbm}} > {{path/to/output.go}}`\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": "pbmtogo",
        "section": "",
        "mode": "man",
        "summary": "pbmtogo - convert a portable bitmap into compressed GraphOn graphics",
        "synopsis": "pbmtogo [pbmfile]",
        "tldr_summary": "Convert a PBM image to a compressed GraphOn graphic.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image to a compressed GraphOn graphic",
                "command": "pbmtogo {{path/to/image.pbm}} > {{path/to/output.go}}"
            }
        ],
        "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": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmtogo - convert a portable bitmap into compressed GraphOn graphics\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmtogo [pbmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  bitmap  as input.  Produces 2D compressed GraphOn graphics as output.  Be\nsure to set up your GraphOn with the following modes: 8 bits / no parity; obeys no  XON/XOFF;\nNULs are accepted.  These are all on the Comm menu.  Also, remember to turn off tty post pro‐\ncessing.  Note that there is no gotopbm tool.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1988, 1989 by Jef Poskanzer, Michael Haberler, and Bo Thide'.\n\n\n\n24 November 1989                                pbmtogo(1)",
                "subsections": []
            }
        }
    }
}