{
    "content": [
        {
            "type": "text",
            "text": "# hipstopgm (man)\n\n## NAME\n\nhipstopgm - convert a HIPS file into a portable graymap\n\n## SYNOPSIS\n\nhipstopgm [hipsfile]\n\n## DESCRIPTION\n\nReads a HIPS file as input.  Produces a portable graymap as output.\n\n## TLDR\n\n> Read a HIPS file as input and return a PGM image as output.\n\n- Convert a HIPS file into a PGM image:\n  `hipstopgm {{path/to/file.hips}}`\n- Suppress all informational messages:\n  `hipstopgm {{-q|-quiet}}`\n- Display version:\n  `hipstopgm {{-v|-version}}`\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": "hipstopgm",
        "section": "",
        "mode": "man",
        "summary": "hipstopgm - convert a HIPS file into a portable graymap",
        "synopsis": "hipstopgm [hipsfile]",
        "tldr_summary": "Read a HIPS file as input and return a PGM image as output.",
        "tldr_examples": [
            {
                "description": "Convert a HIPS file into a PGM image",
                "command": "hipstopgm {{path/to/file.hips}}"
            },
            {
                "description": "Suppress all informational messages",
                "command": "hipstopgm {{-q|-quiet}}"
            },
            {
                "description": "Display version",
                "command": "hipstopgm {{-v|-version}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "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": 7,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "hipstopgm - convert a HIPS file into a portable graymap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "hipstopgm [hipsfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a HIPS file as input.  Produces a portable graymap as output.\n\nIf the HIPS file contains more than one frame in sequence, hipstopgm will concatenate all the\nframes vertically.\n\nHIPS is a format developed at the Human Information Processing Laboratory, NYU.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "pgm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1989 by Jef Poskanzer.\n\n24 August 89                              hipstopgm(1)",
                "subsections": []
            }
        }
    }
}