]> Creatis software - clitk.git/blob - tools/clitkPadImage.ggo
Add clitkImage2Dicom tool
[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 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
17
18
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
21
22 section "Extra parameters"
23 option "value"    - "Value to be set in padded area" float default="0" no  
24
25
26
27