Linux command
pnmtosgi 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
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).