spottopgm Command Examples

Convert a SPOT satellite image to PGM format. More information: https://netpbm.sourceforge.net/doc/spottopgm.html.

spottopgm {{path/to/file.spot}} > {{path/to/output.pgm}}

spottopgm -{{1|2|3}} {{path/to/file.spot}} > {{path/to/output.pgm}}

spottopgm {{first_col first_row last_col last_row}} {{path/to/file.spot}} > {{path/to/output.pgm}}