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