Convert Sgi to Pnm

· 106 words · 1 minute read

sgitopnm is a tool to convert an SGI file to a PNM file.

Convert an SGI image to a PNM file:

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

Display information about the SGI file:

sgitopnm -verbose path/to/input.sgi > path/to/output.pnm

Extract channel n of the SGI file:

sgitopnm -channel n path/to/input.sgi > path/to/output.pnm

For more information, check its docs: https://netpbm.sourceforge.net/doc/sgitopnm.html .

I hope this post helps you. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , Facebook , Telegram and GitHub .

Share: