{
    "content": [
        {
            "type": "text",
            "text": "# pgmslice (man)\n\n## NAME\n\npgmslice - extract one line of pixel values out of a portable graymap\n\n## SYNOPSIS\n\npgmslice -row|-col line [pgmfile]\n\n## DESCRIPTION\n\nExtracts  one  line  of pixel values out of a portable graymap and outputs it in a two column\nascii format, with the first value being the pixel's position in  the  line  and  the  second\nvalue  the pixel's greyscale value. This is useful for making cross sections through, for ex‐\nample, greyscale CCD images.\n\n## TLDR\n\n> This command has been superseded by `pamslice`.\n\n- View documentation for the current command:\n  `tldr pamslice`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pgmslice",
        "section": "",
        "mode": "man",
        "summary": "pgmslice - extract one line of pixel values out of a portable graymap",
        "synopsis": "pgmslice -row|-col line [pgmfile]",
        "tldr_summary": "This command has been superseded by `pamslice`.",
        "tldr_examples": [
            {
                "description": "View documentation for the current command",
                "command": "tldr pamslice"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "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": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-row",
                        "lines": 1
                    },
                    {
                        "name": "-col",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pgmslice - extract one line of pixel values out of a portable graymap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pgmslice -row|-col line [pgmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Extracts  one  line  of pixel values out of a portable graymap and outputs it in a two column\nascii format, with the first value being the pixel's position in  the  line  and  the  second\nvalue  the pixel's greyscale value. This is useful for making cross sections through, for ex‐\nample, greyscale CCD images.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-row",
                        "content": ""
                    },
                    {
                        "name": "-col",
                        "content": ""
                    }
                ]
            },
            "SEE ALSO": {
                "content": "pgm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "pgmslice was written by Jos Dingjan <jos@tuatha.org> after being unable to  find  the  source\ncode to Marco Beijersbergen's program with the same name.\n\n\n\n\n22 May 2000                                 pgmslice(1)",
                "subsections": []
            }
        }
    }
}