{
    "content": [
        {
            "type": "text",
            "text": "# ppmmix (info)\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\nspecified fade factor. The fade factor may be in  the  range  from  0.0\n(only ppmfile1's image data) to 1.0 (only ppmfile2's image data).  Any-\nthing in between gains a smooth blend between the two images.\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": "info",
        "summary": "ppmmix - blend together two portable pixmaps",
        "synopsis": "ppmmix fadefactor ppmfile1 ppmfile2",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": 11,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "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\nspecified fade factor. The fade factor may be in  the  range  from  0.0\n(only ppmfile1's image data) to 1.0 (only ppmfile2's image data).  Any-\nthing 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\ndifferent  size  and  to have the fade factor vary throughout the image\n(through the use of an alpha mask).\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pnmcomp(5), ppm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1993 by Frank Neumann\n\n16 November 1993                      ppmmix(1)",
                "subsections": []
            }
        }
    }
}