{
    "content": [
        {
            "type": "text",
            "text": "# ppmtv (man)\n\n## NAME\n\nppmtv - make a portable pixmap look like taken from an American TV\n\n## SYNOPSIS\n\nppmtv dimfactor [ppmfile]\n\n## DESCRIPTION\n\nReads  a  portable  pixmap as input. Dims every other row of image data down by the specified\ndim factor. This factor may be in the range of 0.0 (the alternate lines are totally black) to\n1.0 (original image).\n\n## TLDR\n\n> Make a PPM Image look like taken from an American TV.\n\n- Give the PPM image an American TV appearance:\n  `ppmtv {{dim_factor}} {{path/to/file.ppm}} > {{path/to/output.ppm}}`\n- Suppress all informational messages:\n  `ppmtv {{-q|-quiet}}`\n- Display version:\n  `ppmtv {{-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": "ppmtv",
        "section": "",
        "mode": "man",
        "summary": "ppmtv - make a portable pixmap look like taken from an American TV",
        "synopsis": "ppmtv dimfactor [ppmfile]",
        "tldr_summary": "Make a PPM Image look like taken from an American TV.",
        "tldr_examples": [
            {
                "description": "Give the PPM image an American TV appearance",
                "command": "ppmtv {{dim_factor}} {{path/to/file.ppm}} > {{path/to/output.ppm}}"
            },
            {
                "description": "Suppress all informational messages",
                "command": "ppmtv {{-q|-quiet}}"
            },
            {
                "description": "Display version",
                "command": "ppmtv {{-v|-version}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ppm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
            },
            {
                "name": "ppmdim",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmdim/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ppmtv - make a portable pixmap look like taken from an American TV\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ppmtv dimfactor [ppmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads  a  portable  pixmap as input. Dims every other row of image data down by the specified\ndim factor. This factor may be in the range of 0.0 (the alternate lines are totally black) to\n1.0 (original image).\n\nThis  creates  an effect similar to what I've once seen in the video clip 'You could be mine'\nby Guns'n'Roses. In the scene I'm talking about you can see John  Connor  on  his  motorbike,\nlooking  up from the water trench (?)  he's standing in. While the camera pulls back, the im‐\nage gets 'normal' by brightening up the alternate rows of it. I thought this would be an  in‐\nteresting effect to try in MPEG. I did not yet check this out, however.  Try for yourself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ppm(5), ppmdim(1)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright (C) 1993 by Frank Neumann\n\n\n\n16 November 1993                                  ppmtv(1)",
                "subsections": []
            }
        }
    }
}