{
    "mode": "man",
    "parameter": "pbmtogo",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtogo/1/json",
    "generated": "2026-06-03T00:21:52Z",
    "synopsis": "pbmtogo [pbmfile]",
    "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": []
        }
    },
    "summary": "pbmtogo - convert a portable bitmap into compressed GraphOn graphics",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image to a compressed GraphOn graphic.",
        "examples": [
            {
                "description": "Convert a PBM image to a compressed GraphOn graphic",
                "command": "pbmtogo {{path/to/image.pbm}} > {{path/to/output.go}}"
            }
        ]
    }
}