{
    "content": [
        {
            "type": "text",
            "text": "# imgtoppm (man)\n\n## NAME\n\nimgtoppm - convert an Img-whatnot file into a portable pixmap\n\n## SYNOPSIS\n\nimgtoppm [imgfile]\n\n## DESCRIPTION\n\nReads  an  Img-whatnot file as input.  Produces a portable pixmap as output.  The Img-whatnot\ntoolkit is available for FTP on venera.isi.edu, along with numerous images in this format.\n\n## TLDR\n\n> Convert various image file formats to the PPM (Portable Pixmap) format.\n\n- Convert an input image to PPM format:\n  `imgtoppm {{path/to/input}} > {{path/to/output.ppm}}`\n- Display version:\n  `imgtoppm {{-v|-version}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "imgtoppm",
        "section": "",
        "mode": "man",
        "summary": "imgtoppm - convert an Img-whatnot file into a portable pixmap",
        "synopsis": "imgtoppm [imgfile]",
        "tldr_summary": "Convert various image file formats to the PPM (Portable Pixmap) format.",
        "tldr_examples": [
            {
                "description": "Convert an input image to PPM format",
                "command": "imgtoppm {{path/to/input}} > {{path/to/output.ppm}}"
            },
            {
                "description": "Display version",
                "command": "imgtoppm {{-v|-version}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ppm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "imgtoppm - convert an Img-whatnot file into a portable pixmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "imgtoppm [imgfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  an  Img-whatnot file as input.  Produces a portable pixmap as output.  The Img-whatnot\ntoolkit is available for FTP on venera.isi.edu, along with numerous images in this format.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ppm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Based on a simple conversion program posted to comp.graphics by Ed Falk.\n\nCopyright (C) 1989 by Jef Poskanzer.\n\n\n\n05 September 1989                              imgtoppm(1)",
                "subsections": []
            }
        }
    }
}