{
    "content": [
        {
            "type": "text",
            "text": "# ppmmix (man)\n\n## NAME\n\nppmmix - blend together two portable pixmaps\n\n## SYNOPSIS\n\nppmmix fadefactor ppmfile1 ppmfile2\n\n## DESCRIPTION\n\nReads two portable pixmaps as input. Mixes them together using the specified fade factor. The\nfade factor may be in the range from 0.0 (only ppmfile1's image data) to 1.0 (only ppmfile2's\nimage data).  Anything in between gains a smooth blend between the two images.\n\n## TLDR\n\n> Blend together two PPM images.\n\n- Blend the specified PPM images using fadefactor to control the weight of each image:\n  `ppmmix {{fadefactor}} {{path/to/input_file1.ppm path/to/input_file2.ppm ...}} > {{path/to/output_file.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": "ppmmix",
        "section": "",
        "mode": "man",
        "summary": "ppmmix - blend together two portable pixmaps",
        "synopsis": "ppmmix fadefactor ppmfile1 ppmfile2",
        "tldr_summary": "Blend together two PPM images.",
        "tldr_examples": [
            {
                "description": "Blend the specified PPM images using fadefactor to control the weight of each image",
                "command": "ppmmix {{fadefactor}} {{path/to/input_file1.ppm path/to/input_file2.ppm ...}} > {{path/to/output_file.ppm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pnmcomp",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pnmcomp/5/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": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ppmmix - blend together two portable pixmaps\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ppmmix fadefactor ppmfile1 ppmfile2\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads two portable pixmaps as input. Mixes them together using the specified fade factor. The\nfade factor may be in the range from 0.0 (only ppmfile1's image data) to 1.0 (only ppmfile2's\nimage data).  Anything in between gains a smooth blend between the two images.\n\nThe two pixmaps must have the same size.\n\npnmcomp  is a more general alternative.  It allows you to mix images of different size and to\nhave the fade factor vary throughout the image (through the use of an alpha mask).\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pnmcomp(5), ppm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1993 by Frank Neumann\n\n\n\n16 November 1993                                 ppmmix(1)",
                "subsections": []
            }
        }
    }
}