iplt

Usage: iplt [SCRIPT.py [arg1 [...]]]

A small wrapper around the python executable, available in stage/bin; will start an interactive command-line version of IPLT with the main modules already imported (i.e. from iplt import *). The first parameter is interpreted as a script to be launched, any further parameter will be available to that script in sys.argv

giplt

Usage: giplt [SCRIPT.py [arg1 [...]]]

The graphical version of IPLT, for more information see GUI

i2i

Usage: i2i [options] INPUT_IMAGE OUTPUT_IMAGE

Allowed options:

-h [ --help ] produce help message

-n [ --normalize ] normalize image

A convenient executable to convert one image format to another, using the formates implemented in IPLT; available in stage/bin.


Back to modules overview