1 #File clitkPadImage.ggo
2 package "clitkPadImage"
4 purpose "Pad an image according to a given extends or like another image"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
11 option "input" i "Input image filename" string yes
12 option "output" o "Output image filename" string yes
14 section "Used determined padding"
15 option "lower" l "Size of the lower bound padding (multiple values=number of image dimension)" int no multiple
16 option "upper" u "Size of the upper bound padding (multiple values=number of image dimension)" int no multiple
19 section "Pad like another image"
20 option "like" - "Pad like this image (must have the same spacing and bounding box must be larger)" string no
22 section "Extra parameters"
23 option "value" - "Value to be set in padded area" float default="0" no