{
    "mode": "man",
    "parameter": "pbmtopi3",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pbmtopi3/1/json",
    "generated": "2026-06-15T14:27:21Z",
    "synopsis": "pbmtopi3 [pbmfile]",
    "sections": {
        "NAME": {
            "content": "pbmtopi3 - convert a portable bitmap into an Atari Degas .pi3 file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "pbmtopi3 [pbmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable bitmap as input.  Produces an Atari Degas .pi3 file as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pi3topbm(1), pbm(5), ppmtopi1(1), pi1toppm(1)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1988 by David Beckemeyer (bdt!david) and Jef Poskanzer.\n\n\n\n11 March 1990                                pbmtopi3(1)",
            "subsections": []
        }
    },
    "summary": "pbmtopi3 - convert a portable bitmap into an Atari Degas .pi3 file",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pi3topbm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pi3topbm/1/json"
        },
        {
            "name": "pbm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
        },
        {
            "name": "ppmtopi1",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppmtopi1/1/json"
        },
        {
            "name": "pi1toppm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pi1toppm/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PBM image to an Atari Degas PI3 image.",
        "examples": [
            {
                "description": "Convert a PBM image to an Atari Degas PI3 image",
                "command": "pbmtopi3 {{path/to/image.pbm}} > {{path/to/atari_image.pi3}}"
            }
        ]
    }
}