rletopnm
Convert Utah RLE images to PNM format
TLDR
Convert Utah RLE to PNM
$ rletopnm [input.rle] > [output.pnm]
Verbose output$ rletopnm -verbose [input.rle] > [output.pnm]
SYNOPSIS
rletopnm [options] [file]
DESCRIPTION
rletopnm converts Utah RLE (Run Length Encoded) images to PNM format. Utah RLE is part of the Utah Raster Toolkit. Part of Netpbm toolkit.
PARAMETERS
-verbose
Print image information.-headerdump
Dump RLE header information.
INSTALL
sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm
