{
    "mode": "man",
    "parameter": "brushtopbm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/brushtopbm/1/json",
    "generated": "2026-06-15T13:39:32Z",
    "synopsis": "brushtopbm [brushfile]",
    "sections": {
        "NAME": {
            "content": "brushtopbm - convert a doodle brush file into a portable bitmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "brushtopbm [brushfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a Xerox doodle brush file as input.  Produces a portable bitmap as output.\n\nNote that there is currently no pbmtobrush tool.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pbm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1988 by Jef Poskanzer.\n\n\n\n28 August 1988                              brushtopbm(1)",
            "subsections": []
        }
    },
    "summary": "brushtopbm - convert a doodle brush file into a portable bitmap",
    "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 Xerox doodle brush file into a PBM image.",
        "examples": [
            {
                "description": "Generate a PBM file as output for a Xerox doodle brush file as input",
                "command": "brushtopbm {{path/to/file.brush}}"
            },
            {
                "description": "Display version",
                "command": "brushtopbm {{-v|-version}}"
            }
        ]
    }
}