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