]> Creatis software - clitk.git/blob - tools/clitkPadImage.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkPadImage.ggo
1 #File clitkPadImage.ggo
2 package "clitkPadImage"
3 version "1.0"
4 purpose "Pad an image according to a given extends or like another image"
5
6 option "config"            -  "Config file"                 string  no
7 option "verbose"           v  "Verbose"                     flag    off
8
9 section "I/O"
10
11 option "input"          i       "Input image filename"            string        yes
12 option "output"         o       "Output image filename"           string        yes
13
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
17
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
20
21 section "Extra parameters"
22 option "value"    - "Value to be set in padded area" float default="0" no  
23
24
25
26