{
    "mode": "man",
    "parameter": "ppmtoneo",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ppmtoneo/1/json",
    "generated": "2026-06-03T00:21:21Z",
    "synopsis": "ppmtoneo [ppmfile]",
    "sections": {
        "NAME": {
            "content": "ppmtoneo - convert a portable pixmap into an Atari Neochrome .neo file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "ppmtoneo [ppmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a portable pixmap as input.  Produces an Atari Neochrome .neo file as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "neotoppm(1), ppm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright  (C)  2001  by Teemu Hukkanen <tjhukkan@iki.fi>, based on ppmtopi1 by Steve Belczyk\n(seb3@gte.com) and Jef Poskanzer.\n\n\n\n24 April 2001                                ppmtoneo(1)",
            "subsections": []
        }
    },
    "summary": "ppmtoneo - convert a portable pixmap into an Atari Neochrome .neo file",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "neotoppm",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/neotoppm/1/json"
        },
        {
            "name": "ppm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PPM image to an Atari Neochrome file.",
        "examples": [
            {
                "description": "Convert a PPM image to a NEO file",
                "command": "ppmtoneo {{path/to/file.ppm}} > {{path/to/file.neo}}"
            }
        ]
    }
}