{
    "mode": "man",
    "parameter": "pbmtoatk",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtoatk/1/json",
    "generated": "2026-06-15T13:16:17Z",
    "synopsis": "pbmtoatk [pbmfile]",
    "sections": {
        "NAME": {
            "content": "pbmtoatk - convert portable bitmap to Andrew Toolkit raster object\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pbmtoatk [pbmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable bitmap as input.  Produces a Andrew Toolkit raster object as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "atktopbm(1), pbm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1991 by Bill Janssen.\n\n\n\n26 September 1991                              pbmtoatk(1)",
            "subsections": []
        }
    },
    "summary": "pbmtoatk - convert portable bitmap to Andrew Toolkit raster object",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "atktopbm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/atktopbm/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 to an Andrew Toolkit raster object.",
        "examples": [
            {
                "description": "Convert a PBM image to an Andrew Toolkit raster object",
                "command": "pbmtoatk {{path/to/image.pbm}} > {{path/to/output.atk}}"
            }
        ]
    }
}