]> Creatis software - clitk.git/blobdiff - tools/clitkCropImage.ggo
Add VTK 8.1.1 and ITK 5 beta
[clitk.git] / tools / clitkCropImage.ggo
index e8650de42447336cd1b09755ac4cabdc99313f33..a674f8bbef5b5450493a3c0eae14ccde4acb0579 100644 (file)
@@ -15,7 +15,7 @@ option "input"                i       "Input image filename"            string        yes
 option "output"        o       "Output image filename"           string        yes
 
 section "Used determined crop"
-option "boundingBox"           b       "Bounding box of the crop region (in 2D: =x1,y2, x2,y2)"  int   no  multiple
+option "boundingBox"           b       "Bounding box of the crop region (in 3D: =x1,x2,y1,y2,z1,z2)"  int      no  multiple
 option "lower"         l       "Size of the lower crop region (multiple values)"         int   no  multiple
 option "upper"         u       "Size of the upper crop region (multiple values)"         int   no  multiple
 option "origin"        -       "Set new origin to zero"          flag  off