Options (1)
-ibooleanWrite 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.sgiDisable or enable compression
pnmtosgi -verbatim|rle path/to/input.pnm > path/to/output.sgiWrite the specified string into the SGI image header's `imagename` field
pnmtosgi [-i|-imagename] string path/to/input.pnm > path/to/output.sgimade by @shridhargupta | data from tldr-pages