{
    "mode": "man",
    "parameter": "ppmtoleaf",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ppmtoleaf/1/json",
    "generated": "2026-06-03T04:25:19Z",
    "synopsis": "ppmtoleaf [ppmfile]",
    "sections": {
        "NAME": {
            "content": "ppmtoleaf - convert portable pixmap to Interleaf image format\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "ppmtoleaf [ppmfile]\n\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads an Interleaf image file as input.  Generates a portable pixmap (PPM file) as output.\n\nInterleaf  is a now-defunct (actually purchased ca. 2000 by BroadVision) technical publishing\nsoftware company.\n\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "ppm(5), ppmquant(1)\n\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "The program is copyright (C) 1994 by Bill O'Donnell.\n\n\n\n01 June 2000                                ppmtoleaf(1)",
            "subsections": []
        }
    },
    "summary": "ppmtoleaf - convert portable pixmap to Interleaf image format",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ppm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
        },
        {
            "name": "ppmquant",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/ppmquant/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a PPM image to the Interleaf image format.",
        "examples": [
            {
                "description": "Convert a PPM image to a LEAF file",
                "command": "ppmtoleaf {{path/to/file.ppm}} > {{path/to/file.leaf}}"
            }
        ]
    }
}