{
    "mode": "man",
    "parameter": "qrttoppm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/qrttoppm/1/json",
    "generated": "2026-06-03T01:50:05Z",
    "synopsis": "qrttoppm [qrtfile]",
    "sections": {
        "NAME": {
            "content": "qrttoppm - convert output from the QRT ray tracer into a portable pixmap\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "qrttoppm [qrtfile]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Reads a QRT file as input.  Produces a portable pixmap as output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "ppm(5)\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n\n\n25 August 1989                                qrttoppm(1)",
            "subsections": []
        }
    },
    "summary": "qrttoppm - convert output from the QRT ray tracer into a portable pixmap",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ppm",
            "section": "5",
            "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert a QRT ray tracer file to a PPM image.",
        "examples": [
            {
                "description": "Convert a QRT file to a PPM image",
                "command": "qrttoppm {{path/to/file.qrt}} > {{path/to/image.ppm}}"
            }
        ]
    }
}