{
    "content": [
        {
            "type": "text",
            "text": "# pnmenlarge (man)\n\n## NAME\n\npnmenlarge - read a portable anymap and enlarge it N times\n\n## SYNOPSIS\n\npnmenlarge N [pnmfile]\n\n## DESCRIPTION\n\nReads  a  portable  anymap  as input.  Replicates its pixels N times, and produces a portable\nanymap as output.\n\n## TLDR\n\n> This command has been superseded by `pamenlarge`.\n\n- View documentation for the current command:\n  `tldr pamenlarge`\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": "pnmenlarge",
        "section": "",
        "mode": "man",
        "summary": "pnmenlarge - read a portable anymap and enlarge it N times",
        "synopsis": "pnmenlarge N [pnmfile]",
        "tldr_summary": "This command has been superseded by `pamenlarge`.",
        "tldr_examples": [
            {
                "description": "View documentation for the current command",
                "command": "tldr pamenlarge"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pbmreduce",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbmreduce/1/json"
            },
            {
                "name": "pnmscale",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pnmscale/1/json"
            },
            {
                "name": "pnmsmooth",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pnmsmooth/1/json"
            },
            {
                "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": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pnmenlarge - read a portable anymap and enlarge it N times\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pnmenlarge N [pnmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  anymap  as input.  Replicates its pixels N times, and produces a portable\nanymap as output.\n\npnmenlarge can only enlarge by integer factors.  The slower but more general pnmscale can en‐\nlarge  or  reduce by arbitrary factors, and pbmreduce can reduce by integer factors, but only\nfor bitmaps.\n\nIf you enlarge by a factor of 3 or more, you should probably add a pnmsmooth step; otherwise,\nyou can see the original pixels in the resulting image.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pbmreduce(1), pnmscale(1), pnmsmooth(1), pnm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n\n\n26 February 1989                             pnmenlarge(1)",
                "subsections": []
            }
        }
    }
}