{
    "mode": "man",
    "parameter": "rlatopam",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/rlatopam/1/json",
    "generated": "2026-09-02T08:09:31Z",
    "synopsis": "",
    "sections": {
        "NAME": {
            "content": "rlatopam - convert Alias/Wavefront RLA and RPF image files to PAM image files.\n\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "",
            "subsections": [
                {
                    "name": "rlatopam",
                    "content": "[rlafile]\n\n"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "This program is part of Netpbm(1).\n\nrlatopam  converts  an Alias RLA (run-length encoded type A) or RPF (rich pixel format) image\nto a PAM image file.  The output PAM file can be grayscale or RGB, with or without  a  trans‐\nparency channel.\n\nrlafile  is  the file name of the input file.  If you omit this parameter, rlatopam reads the\nimage from Standard Input.\n\nThere is no program in Netpbm that converts the other direction.x\n\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "There are no command line options defined specifically for rlatopam, but  it  recognizes  the\noptions common to all programs based on libnetpbm (See \u001b]8;;index.html#commonoptions\u001b\\ Common Options\u001b]8;;\u001b\\ .)\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "pam(1)\n\n",
            "subsections": []
        },
        "HISTORY": {
            "content": "rlatopam was new in Netpbm 10.32 (February 2006).\n\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Simon Walton Matte World Digital\n",
            "subsections": []
        },
        "DOCUMENT SOURCE": {
            "content": "This  manual  page  was  generated by the Netpbm tool 'makeman' from HTML source.  The master\ndocumentation is at\n\nhttp://netpbm.sourceforge.net/doc/rlatopam.html\n\nnetpbm documentation                       13 January 2006                   Rlatopam User Manual(1)",
            "subsections": []
        }
    },
    "summary": "rlatopam - convert Alias/Wavefront RLA and RPF image files to PAM image files.",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "pam",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/pam/1/json"
        }
    ],
    "tldr": {
        "source": "official",
        "description": "Convert Alias/Wavefront RLA and RPF image files to Netpbm format.",
        "examples": [
            {
                "description": "Convert the specified SPOT image to PGM format",
                "command": "rlatopam {{path/to/file}} > {{path/to/output.pam}}"
            }
        ]
    }
}