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 crop region (multiple values)" int no multiple
16 option "upper" u "Size of the upper crop region (multiple values)" int no multiple
18 section "Pad like another image"
19 option "like" - "Pad like this image (must have the same spacing and bounding box must be larger)" string no
21 section "Extra parameters"
22 option "value" - "Value to be set in padded area" float default="0" no