{
    "content": [
        {
            "type": "text",
            "text": "# spctoppm (man)\n\n## TLDR\n\n> Convert an Atari compressed Spectrum image to a PPM image.\n\n- Convert an SPC file to a PPM image:\n  `spctoppm {{path/to/input.spc}} > {{path/to/output.ppm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** spctoppm - convert an Atari compressed Spectrum file into a portable pixmap\n\n**Synopsis:** spctoppm [spcfile]\n\n## See Also\n\n- sputoppm(1)\n- ppm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nspctoppm - convert an Atari compressed Spectrum file into a portable pixmap\n\n### SYNOPSIS\n\nspctoppm [spcfile]\n\n### DESCRIPTION\n\nReads an Atari compressed Spectrum file as input.  Produces a portable pixmap as output.\n\n### SEE ALSO\n\nsputoppm(1), ppm(5)\n\n### AUTHOR\n\nCopyright (C) 1991 by Steve Belczyk (seb3@gte.com) and Jef Poskanzer.\n\n\n\n19 July 1990                                 spctoppm(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "spctoppm",
        "section": "",
        "mode": "man",
        "summary": "spctoppm - convert an Atari compressed Spectrum file into a portable pixmap",
        "synopsis": "spctoppm [spcfile]",
        "tldr_summary": "Convert an Atari compressed Spectrum image to a PPM image.",
        "tldr_examples": [
            {
                "description": "Convert an SPC file to a PPM image",
                "command": "spctoppm {{path/to/input.spc}} > {{path/to/output.ppm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "sputoppm",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/sputoppm/1/json"
            },
            {
                "name": "ppm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "spctoppm - convert an Atari compressed Spectrum file into a portable pixmap\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "spctoppm [spcfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads an Atari compressed Spectrum file as input.  Produces a portable pixmap as output.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "sputoppm(1), ppm(5)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1991 by Steve Belczyk (seb3@gte.com) and Jef Poskanzer.\n\n\n\n19 July 1990                                 spctoppm(1)",
                "subsections": []
            }
        }
    }
}