Options (2)
--abooleanCreate 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}}--verbbooleanOperate 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.pnmCreate 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.pnmOperate in verbose mode and print the contents of the RLE header to `stdout`
rletopnm [--verb|--verbose] path/to/input.rle > path/to/output.pnmmade by @shridhargupta | data from tldr-pages