1 #File clitkAutoCrop.ggo
2 package "clitkAutoCrop"
4 purpose "Crop a mask image"
6 option "config" - "Config file" string no
7 option "imagetypes" - "Display allowed image types" flag off
8 option "verbose" v "Verbose" flag off
9 option "verboseOption" - "Display options values" flag off
10 option "verboseWarningOff" - "Do not display warning" flag off
14 option "input" i "Input image filename" string yes
15 option "output" o "Output image filename" string yes
17 option "BG" - "Background value in input." double default="0" no