{
    "content": [
        {
            "type": "text",
            "text": "# pbmpscale (man)\n\n## NAME\n\npbmpscale - enlarge a PBM image with edge smoothing\n\n## SYNOPSIS\n\npbmpscale N [pbmfile]\n\n## DESCRIPTION\n\nThis program is part of Netpbm(1).\n\n## TLDR\n\n> Enlarge a PBM image with edge smoothing.\n\n- Enlarge a PBM image by the specified factor with edge smoothing:\n  `pbmpscale {{n}} {{path/to/image.pbm}} > {{path/to/file.pbm}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **SEE ALSO**\n- **AUTHOR**\n- **NOTES**\n- **DOCUMENT SOURCE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pbmpscale",
        "section": "",
        "mode": "man",
        "summary": "pbmpscale - enlarge a PBM image with edge smoothing",
        "synopsis": "pbmpscale N [pbmfile]",
        "tldr_summary": "Enlarge a PBM image with edge smoothing.",
        "tldr_examples": [
            {
                "description": "Enlarge a PBM image by the specified factor with edge smoothing",
                "command": "pbmpscale {{n}} {{path/to/image.pbm}} > {{path/to/file.pbm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "pamenlarge",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pamenlarge/1/json"
            },
            {
                "name": "pamscale",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pamscale/1/json"
            },
            {
                "name": "pamstretch",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pamstretch/1/json"
            },
            {
                "name": "pbm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DOCUMENT SOURCE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmpscale - enlarge a PBM image with edge smoothing\n\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmpscale N [pbmfile]\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This program is part of Netpbm(1).\n\npbmpscale  reads  a  PBM image as input, and outputs a PBM image enlarged N times.  pbmpscale\ndoes this enlargement by pixel replication, with some additional  smoothing  of  corners  and\nedges.\n\n\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "There  are  no command line options defined specifically for pbmpscale, but it recognizes the\noptions common to all programs based on libnetpbm (See \u001b]8;;index.html#commonoptions\u001b\\ Common Options\u001b]8;;\u001b\\ .)\n\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pamenlarge(1), pamscale(1), pamstretch(1), pbm(1)\n\n\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer.\n\nPermission to use, copy, modify, and distribute this software and its documentation  for  any\npurpose and without fee is hereby granted, provided that the above copyright notice appear in\nall  copies and that both that copyright notice and this permission notice appear in support‐\ning documentation.  This software is provided \"as is\" without express or implied warranty.\n\n",
                "subsections": []
            },
            "NOTES": {
                "content": "pbmpscale works best for enlargements of 2. To do enlargements greater than 2, you should  do\nas many enlargements of 2 as possible, then enlarge by the remaining factor.\n",
                "subsections": []
            },
            "DOCUMENT SOURCE": {
                "content": "This  manual  page  was  generated by the Netpbm tool 'makeman' from HTML source.  The master\ndocumentation is at\n\nhttp://netpbm.sourceforge.net/doc/pbmpscale.html\n\nnetpbm documentation                       03 October 2003                  Pbmpscale User Manual(1)",
                "subsections": []
            }
        }
    }
}