{
    "content": [
        {
            "type": "text",
            "text": "# qrttoppm(1) (man)\n\n## TLDR\n\n> Convert a QRT ray tracer file to a PPM image.\n\n- Convert a QRT file to a PPM image:\n  `qrttoppm {{path/to/file.qrt}} > {{path/to/image.ppm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** qrttoppm - convert output from the QRT ray tracer into a portable pixmap\n\n**Synopsis:** qrttoppm [qrtfile]\n\n## See Also\n\n- ppm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nqrttoppm - convert output from the QRT ray tracer into a portable pixmap\n\n### SYNOPSIS\n\nqrttoppm [qrtfile]\n\n### DESCRIPTION\n\nReads a QRT file as input.  Produces a portable pixmap as output.\n\n### SEE ALSO\n\nppm(5)\n\n### AUTHOR\n\nCopyright (C) 1989 by Jef Poskanzer.\n\n\n\n25 August 1989                                qrttoppm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "qrttoppm",
        "section": "1",
        "mode": "man",
        "summary": "qrttoppm - convert output from the QRT ray tracer into a portable pixmap",
        "synopsis": "qrttoppm [qrtfile]",
        "tldr_summary": "Convert a QRT ray tracer file to a PPM image.",
        "tldr_examples": [
            {
                "description": "Convert a QRT file to a PPM image",
                "command": "qrttoppm {{path/to/file.qrt}} > {{path/to/image.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": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}