]> Creatis software - clitk.git/blob - tools/clitkCropImage.ggo
*** empty log message ***
[clitk.git] / tools / clitkCropImage.ggo
1 #File clitkCropImage.ggo
2 Package "clitkCropImage"
3 version "1.0"
4 purpose "Reduce the image size by removing regions at the lower and upper end."
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11 option "boundingBox"    b       "Bounding box of the crop region" int   no      multiple
12 option "lower"          l       "Size of the lower crop region"   int   no  multiple
13 option "upper"          u       "Size of the upper crop region"   int   no  multiple
14 option "origin"         -       "Set new origin to zero"          flag  off