{
    "content": [
        {
            "type": "text",
            "text": "# mtvtoppm (man)\n\n## NAME\n\nmtvtoppm - convert output from the MTV or PRT ray tracers into a portable pixmap\n\n## SYNOPSIS\n\nmtvtoppm [mtvfile]\n\n## DESCRIPTION\n\nReads an input file from Mark VanDeWettering's MTV ray tracer.  Produces a portable pixmap as\noutput.\n\n## TLDR\n\n> Convert an MTV or PRT ray tracer file to a PPM image.\n\n- Convert an MTV or PRT ray tracer file to a PPM image:\n  `mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}`\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": "mtvtoppm",
        "section": "",
        "mode": "man",
        "summary": "mtvtoppm - convert output from the MTV or PRT ray tracers into a portable pixmap",
        "synopsis": "mtvtoppm [mtvfile]",
        "tldr_summary": "Convert an MTV or PRT ray tracer file to a PPM image.",
        "tldr_examples": [
            {
                "description": "Convert an MTV or PRT ray tracer file to a PPM image",
                "command": "mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}"
            }
        ],
        "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": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "mtvtoppm - convert output from the MTV or PRT ray tracers into a portable pixmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "mtvtoppm [mtvfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads an input file from Mark VanDeWettering's MTV ray tracer.  Produces a portable pixmap as\noutput.\n\nThe PRT raytracer also produces this format.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ppm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n\n\n02 February 1989                               mtvtoppm(1)",
                "subsections": []
            }
        }
    }
}