{
    "mode": "man",
    "parameter": "pgmslice",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/pgmslice/1/json",
    "generated": "2026-07-05T13:21:20Z",
    "synopsis": "pgmslice -row|-col line [pgmfile]",
    "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": []
        }
    },
    "summary": "pgmslice - extract one line of pixel values out of a portable graymap",
    "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"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "This command has been superseded by `pamslice`.",
        "examples": [
            {
                "description": "View documentation for the current command",
                "command": "tldr pamslice"
            }
        ]
    }
}