{
    "content": [
        {
            "type": "text",
            "text": "# pbmtogem (man)\n\n## NAME\n\npbmtogem - convert a portable bitmap into a GEM .img file\n\n## SYNOPSIS\n\npbmtogem [pbmfile]\n\n## DESCRIPTION\n\nReads a portable bitmap as input.  Produces a compressed GEM .img file as output.\n\n## TLDR\n\n> Read a PBM image as input and produce a compressed GEM `.img` file as output.\n\n- Convert a PBM image into a GEM `.img` file:\n  `pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}`\n- Suppress all informational messages:\n  `pbmtogem {{-q|-quiet}}`\n- Display version:\n  `pbmtogem {{-v|-version}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **BUGS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pbmtogem",
        "section": "",
        "mode": "man",
        "summary": "pbmtogem - convert a portable bitmap into a GEM .img file",
        "synopsis": "pbmtogem [pbmfile]",
        "tldr_summary": "Read a PBM image as input and produce a compressed GEM `.img` file as output.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image into a GEM `.img` file",
                "command": "pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}"
            },
            {
                "description": "Suppress all informational messages",
                "command": "pbmtogem {{-q|-quiet}}"
            },
            {
                "description": "Display version",
                "command": "pbmtogem {{-v|-version}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "gemtopbm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gemtopbm/1/json"
            },
            {
                "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": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmtogem - convert a portable bitmap into a GEM .img file\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmtogem [pbmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a portable bitmap as input.  Produces a compressed GEM .img file as output.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "pbmtogem does not support compression of repeated lines\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "gemtopbm(1), pbm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1988 by David Beckemeyer (bdt!david) and Jef Poskanzer.\n\n\n\n\n11 July 1992                                 pbmtogem(1)",
                "subsections": []
            }
        }
    }
}