返回命令列表

Linux command

pnmtosgi 命令

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

Convert PNM to SGI image

pnmtosgi [input.pnm] > [output.rgb]

Use RLE compression

pnmtosgi -rle [input.pnm] > [output.rgb]

说明

pnmtosgi converts PNM images to SGI (Silicon Graphics) image format. Part of Netpbm toolkit.

参数

-verbatim
No compression (default).
-rle
Use RLE compression.
-imagename _name_
Set the image name field stored inside the SGI file.
-mtime _seconds_
Set the modification time stored inside the file.

FAQ

What is the pnmtosgi command used for?

pnmtosgi converts PNM images to SGI (Silicon Graphics) image format. Part of Netpbm toolkit.

How do I run a basic pnmtosgi example?

Run `pnmtosgi [input.pnm] > [output.rgb]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -verbatim do in pnmtosgi?

No compression (default).