]> Creatis software - clitk.git/blob - tools/clitkPadImage.ggo
Padding tool
[clitk.git] / tools / clitkPadImage.ggo
1 #File clitkCropImage.ggo
2 package "clitkCropImage"
3 version "1.0"
4 purpose "Crop an image according to a given extends or AutoCrop with a background value 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 crop"
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 "Crop like another image"
19 option "like"           -       "Crop like this image (must have the same spacing"   string no
20
21 section "Extra parameters"
22 option "value"    - "Value to be set in padded aread" float default="0" no  
23
24
25
26