{
    "content": [
        {
            "type": "text",
            "text": "# pgmbentley (man)\n\n## NAME\n\npgmbentley - Bentleyize a portable graymap\n\n## SYNOPSIS\n\npgmbentley [pgmfile]\n\n## DESCRIPTION\n\nReads  a  portable  graymap  as  input.   Performs  The Bentley Effect, and writes a portable\ngraymap as output.\n\n## TLDR\n\n> Bentleyize a PGM image.\n\n- Apply the Bentley Effect on a PGM image:\n  `pgmbentley {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}`\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": "pgmbentley",
        "section": "",
        "mode": "man",
        "summary": "pgmbentley - Bentleyize a portable graymap",
        "synopsis": "pgmbentley [pgmfile]",
        "tldr_summary": "Bentleyize a PGM image.",
        "tldr_examples": [
            {
                "description": "Apply the Bentley Effect on a PGM image",
                "command": "pgmbentley {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pgmoil",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pgmoil/1/json"
            },
            {
                "name": "ppmrelief",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmrelief/1/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": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pgmbentley - Bentleyize a portable graymap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pgmbentley [pgmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  graymap  as  input.   Performs  The Bentley Effect, and writes a portable\ngraymap as output.\n\nThe Bentley Effect is described in \"Beyond Photography\" by  Holzmann,  chapter  4,  photo  4.\nIt's a vertical smearing based on brightness.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pgmoil(1), ppmrelief(1), pgm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1990 by Wilson Bent (whb@hoh-2.att.com)\n\n\n\n11 January 1991                             pgmbentley(1)",
                "subsections": []
            }
        }
    }
}