{
    "mode": "man",
    "parameter": "pbmtomgr",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtomgr/1/json",
    "generated": "2026-06-15T13:12:59Z",
    "synopsis": "pbmtomgr [pbmfile]",
    "sections": {
        "NAME": {
            "content": "pbmtomgr - convert a portable bitmap into a MGR bitmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pbmtomgr [pbmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable bitmap as input.  Produces a MGR bitmap as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "mgrtopbm(1), pbm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n\n\n24 January 1989                               pbmtomgr(1)",
            "subsections": []
        }
    },
    "summary": "pbmtomgr - convert a portable bitmap into a MGR bitmap",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "mgrtopbm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/mgrtopbm/1/json"
        },
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image into a MGR bitmap.",
        "examples": [
            {
                "description": "Convert a PBM image into a MGR bitmap",
                "command": "pbmtomgr {{path/to/image.pbm}} > {{path/to/output.mgr}}"
            }
        ]
    }
}