{
    "mode": "man",
    "parameter": "spctoppm",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/spctoppm/1/json",
    "generated": "2026-06-15T14:01:59Z",
    "synopsis": "spctoppm [spcfile]",
    "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": []
        }
    },
    "summary": "spctoppm - convert an Atari compressed Spectrum file into a portable pixmap",
    "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"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert an Atari compressed Spectrum image to a PPM image.",
        "examples": [
            {
                "description": "Convert an SPC file to a PPM image",
                "command": "spctoppm {{path/to/input.spc}} > {{path/to/output.ppm}}"
            }
        ]
    }
}