commands.sh

pnmtosgi

all

Convert a PNM file to an SGI image file.

More info →

Options (1)

-iboolean

Write the specified string into the SGI image header's `imagename` field

Example: pnmtosgi {{[-i|-imagename]}} {{string}} {{path/to/input.pnm}} > {{path/to/output.sgi}}

Examples (3)

Convert a PNM image to an SGI image

pnmtosgi path/to/input.pnm > path/to/output.sgi

Disable or enable compression

pnmtosgi -verbatim|rle path/to/input.pnm > path/to/output.sgi

Write the specified string into the SGI image header's `imagename` field

pnmtosgi [-i|-imagename] string path/to/input.pnm > path/to/output.sgi
made by @shridhargupta | data from tldr-pages