{
    "content": [
        {
            "type": "text",
            "text": "# rgb3toppm (man)\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## 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## 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": "rgb3toppm",
        "section": "",
        "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": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "rgb3toppm - combine three portable graymaps into one portable pixmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "rgb3toppm redpgmfile greenpgmfile bluepgmfile\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  three  portable  graymaps as input.  Combines them and produces one portable pixmap as\noutput.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ppmtorgb3(1), pgmtoppm(1), ppmtopgm(1), ppm(5), pgm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1991 by Jef Poskanzer.\n\n\n\n15 February 1990                              rgb3toppm(1)",
                "subsections": []
            }
        }
    }
}