1 #File clitkFooImage.ggo
2 package "clitkFooImage"
6 option "config" - "Config file" string optional
7 option "verbose" v "Verbose" flag off
9 option "imagetypes" - "Display allowed image types" flag off
11 option "input" i "Input image filename" string required
12 option "output" o "Output image filename" string required
13 option "lower" l "Lower intensity (default=min), fg is greater than this value" double optional
14 option "upper" u "Upper intensity (default=max), fg is lower than this value" double optional
16 option "fg" - "Foreground (FG) or 'inside' value" double optional default="1"
17 option "bg" - "Background (BG) or 'ouside' value" double optional default="0"
18 option "mode" - "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both" default="both" optional