{
    "mode": "man",
    "parameter": "ppmtopuzz",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ppmtopuzz/1/json",
    "generated": "2026-06-02T21:26:03Z",
    "synopsis": "ppmtopuzz [ppmfile]",
    "sections": {
        "NAME": {
            "content": "ppmtopuzz - convert a portable pixmap into an X11 \"puzzle\" file\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "ppmtopuzz [ppmfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads  a portable pixmap as input.  Produces an X11 \"puzzle\" file as output.  A \"puzzle\" file\nis for use with the puzzle program included with the X11  distribution  -  puzzle's  -picture\nflag lets you specify an image file.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "ppm(5), puzzle(1)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1991 by Jef Poskanzer.\n\n\n\n22 August 1990                               ppmtopuzz(1)",
            "subsections": []
        }
    },
    "summary": "ppmtopuzz - convert a portable pixmap into an X11 \"puzzle\" file",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ppm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
        },
        {
            "name": "puzzle",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/puzzle/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PPM image to an X11 puzzle file.",
        "examples": [
            {
                "description": "Convert a PPM image to an X11 puzzle file",
                "command": "ppmtopuzz {{path/to/file.ppm}} > {{path/to/file.puzz}}"
            }
        ]
    }
}