commands.sh

rletopnm

all

Convert a Utah Raster Tools RLE image file to a PNM file.

More info →

Options (2)

--aboolean

Create a PGM image containing the RLE file's alpha channel

Example: rletopnm {{[--a|--alphaout]}} {{path/to/alpha_file.pgm}} {{path/to/input.rle}} > {{path/to/output.pnm}}
--verbboolean

Operate in verbose mode and print the contents of the RLE header to `stdout`

Example: rletopnm {{[--verb|--verbose]}} {{path/to/input.rle}} > {{path/to/output.pnm}}

Examples (3)

Convert an RLE image to a PNM file

rletopnm path/to/input.rle > path/to/output.pnm

Create a PGM image containing the RLE file's alpha channel

rletopnm [--a|--alphaout] path/to/alpha_file.pgm path/to/input.rle > path/to/output.pnm

Operate in verbose mode and print the contents of the RLE header to `stdout`

rletopnm [--verb|--verbose] path/to/input.rle > path/to/output.pnm
made by @shridhargupta | data from tldr-pages