X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkCropImage.ggo;h=e8650de42447336cd1b09755ac4cabdc99313f33;hb=dacff874d9d3cc4cf26429dc677832d221b963c3;hp=4931b5b1c57903c278de9c5480eb95257c89e903;hpb=04b38827ad4a4c82553f01cfe62adc4abb19400a;p=clitk.git diff --git a/tools/clitkCropImage.ggo b/tools/clitkCropImage.ggo old mode 100755 new mode 100644 index 4931b5b..e8650de --- a/tools/clitkCropImage.ggo +++ b/tools/clitkCropImage.ggo @@ -15,9 +15,9 @@ 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" int no multiple -option "lower" l "Size of the lower crop region" int no multiple -option "upper" u "Size of the upper crop region" int no multiple +option "boundingBox" b "Bounding box of the crop region (in 2D: =x1,y2, x2,y2)" 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 section "AutoCrop with BG value"