LinuxCommandLibrary

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard