{
    "content": [
        {
            "type": "text",
            "text": "# pnminvert (man)\n\n## NAME\n\npnminvert - invert a portable anymap\n\n## SYNOPSIS\n\npnminvert [pnmfile]\n\n## DESCRIPTION\n\nReads  a portable anymap as input.  Inverts it black for white and produces a portable anymap\nas output.\n\n## TLDR\n\n> Invert a PNM image.\n\n- Invert the colors or greyscale values in a PNM image:\n  `pnminvert {{path/to/input.pnm}} > {{path/to/output.pnm}}`\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": "pnminvert",
        "section": "",
        "mode": "man",
        "summary": "pnminvert - invert a portable anymap",
        "synopsis": "pnminvert [pnmfile]",
        "tldr_summary": "Invert a PNM image.",
        "tldr_examples": [
            {
                "description": "Invert the colors or greyscale values in a PNM image",
                "command": "pnminvert {{path/to/input.pnm}} > {{path/to/output.pnm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pnm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pnm/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": "pnminvert - invert a portable anymap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pnminvert [pnmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a portable anymap as input.  Inverts it black for white and produces a portable anymap\nas output.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pnm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n\n\n08 August 1989                               pnminvert(1)",
                "subsections": []
            }
        }
    }
}