{
    "content": [
        {
            "type": "text",
            "text": "# yuvtoppm(1) (man)\n\n**Summary:** yuvtoppm - convert Abekas YUV bytes into a portable pixmap\n\n**Synopsis:** yuvtoppm width height [imagedata]\n\n## See Also\n\n- ppmtoyuv(1)\n- ppm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (10 lines)\n\n## Full Content\n\n### NAME\n\nyuvtoppm - convert Abekas YUV bytes into a portable pixmap\n\n### SYNOPSIS\n\nyuvtoppm width height [imagedata]\n\n### DESCRIPTION\n\nReads  raw  Abekas YUV bytes as input.  Produces a portable pixmap as output.  The input file\nis just YUV bytes.  You have to specify the width and height on the command line,  since  the\nprogram obviously can't get them from the file.  The maxval is assumed to be 255.\n\n### SEE ALSO\n\nppmtoyuv(1), ppm(5)\n\n### AUTHOR\n\nMarc Boucher <marc@PostImage.COM>, based on Example Conversion Program, A60/A64 Digital Video\nInterface Manual, page 69.\n\nCopyright (C) 1991 by DHD PostImage Inc.\n\nCopyright (C) 1987 by Abekas Video Systems Inc.\n\n\n\n25 March 91                                 yuvtoppm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "yuvtoppm",
        "section": "1",
        "mode": "man",
        "summary": "yuvtoppm - convert Abekas YUV bytes into a portable pixmap",
        "synopsis": "yuvtoppm width height [imagedata]",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ppmtoyuv",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmtoyuv/1/json"
            },
            {
                "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": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 10,
                "subsections": []
            }
        ]
    }
}