LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtorast

Convert PNM to Sun rasterfile format

TLDR

Convert PNM to Sun raster
$ pnmtorast [input.pnm] > [output.ras]
copy
Specify encoding
$ pnmtorast -rle [input.pnm] > [output.ras]
copy

SYNOPSIS

pnmtorast [options] [file]

DESCRIPTION

pnmtorast converts PNM images to Sun Rasterfile format. Part of Netpbm toolkit.

PARAMETERS

-rle

Use RLE compression.
-standard
Use standard format.

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