{
    "content": [
        {
            "type": "text",
            "text": "# rgb3toppm(1) (man)\n\n## TLDR\n\n> Combine three PGM images into one PPM image.\n\n- Combine three PGM images (representing red, green, and blue color components) into one PPM image:\n  `rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** rgb3toppm - combine three portable graymaps into one portable pixmap\n\n**Synopsis:** rgb3toppm redpgmfile greenpgmfile bluepgmfile\n\n## See Also\n\n- ppmtorgb3(1)\n- pgmtoppm(1)\n- ppmtopgm(1)\n- ppm(5)\n- pgm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nrgb3toppm - combine three portable graymaps into one portable pixmap\n\n### SYNOPSIS\n\nrgb3toppm redpgmfile greenpgmfile bluepgmfile\n\n### DESCRIPTION\n\nReads  three  portable  graymaps as input.  Combines them and produces one portable pixmap as\noutput.\n\n### SEE ALSO\n\nppmtorgb3(1), pgmtoppm(1), ppmtopgm(1), ppm(5), pgm(5)\n\n### AUTHOR\n\nCopyright (C) 1991 by Jef Poskanzer.\n\n\n\n15 February 1990                              rgb3toppm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "rgb3toppm",
        "section": "1",
        "mode": "man",
        "summary": "rgb3toppm - combine three portable graymaps into one portable pixmap",
        "synopsis": "rgb3toppm redpgmfile greenpgmfile bluepgmfile",
        "tldr_summary": "Combine three PGM images into one PPM image.",
        "tldr_examples": [
            {
                "description": "Combine three PGM images (representing red, green, and blue color components) into one PPM image",
                "command": "rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ppmtorgb3",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmtorgb3/1/json"
            },
            {
                "name": "pgmtoppm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pgmtoppm/1/json"
            },
            {
                "name": "ppmtopgm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmtopgm/1/json"
            },
            {
                "name": "ppm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
            },
            {
                "name": "pgm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pgm/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": 5,
                "subsections": []
            }
        ]
    }
}