1 #File clitkMirrorPadImage.ggo
2 package "clitkMirrorPadImage"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image filename" string yes
10 option "output" o "Output image filename" string yes
11 option "mirror" m "Mirror the entire image along given axis" int no
12 option "pad" p "Mirror pad with given size" int multiple no
13 option "lower" l "Pad on lower end (else upper)" flag off
14 option "origin" - "Set new origin to 0" flag off