LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtorle

Convert PNM to Utah RLE format

TLDR

Convert PNM to Utah RLE format
$ pnmtorle [input.pnm] > [output.rle]
copy
Add alpha channel
$ pnmtorle -alpha [mask.pgm] [input.pnm] > [output.rle]
copy

SYNOPSIS

pnmtorle [options] [file]

DESCRIPTION

pnmtorle converts PNM images to Utah RLE (Run Length Encoded) format used by the Utah Raster Toolkit. Part of Netpbm toolkit.

PARAMETERS

-alpha file

Alpha mask file.
-verbose
Print progress information.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai