{
    "content": [
        {
            "type": "text",
            "text": "# pbmpscale (man)\n\n## NAME\n\npbmpscale - enlarge a portable bitmap with edge smoothing\n\n## SYNOPSIS\n\npbmpscale N [ pbmfile ]\n\n## DESCRIPTION\n\nReads a portable bitmap as input, and outputs a portable bitmap enlarged N times. Enlargement\nis done by pixel replication, with some additional smoothing of corners and edges.\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- **SEE ALSO**\n- **AUTHOR**\n- **NOTES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pbmpscale",
        "section": "",
        "mode": "man",
        "summary": "pbmpscale - enlarge a portable bitmap 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": "pnmenlarge",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pnmenlarge/1/json"
            },
            {
                "name": "ppmscale",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmscale/1/json"
            },
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/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": 7,
                "subsections": []
            },
            {
                "name": "NOTES",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pbmpscale - enlarge a portable bitmap with edge smoothing\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pbmpscale N [ pbmfile ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a portable bitmap as input, and outputs a portable bitmap enlarged N times. Enlargement\nis done by pixel replication, with some additional smoothing of corners and edges.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pnmenlarge(1), ppmscale(1), pbm(5)\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",
                "subsections": []
            },
            "NOTES": {
                "content": "pbmpscale  works best for enlargements of 2. Enlargements greater than 2 should be done by as\nmany enlargements of 2 as possible, followed by an enlargement by the remaining factor.\n\n\n\n12 Dec 1990                                pbmpscale(1)",
                "subsections": []
            }
        }
    }
}