X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkCropImage.ggo;h=a70452dda7c8d650770c799f66d15124905c27a1;hb=05e26237e30a14a226cb4eb480a0eb9697f8ba06;hp=a674f8bbef5b5450493a3c0eae14ccde4acb0579;hpb=d27b2f45396b69a0d3e61a2179b3d0c784ff9652;p=clitk.git diff --git a/tools/clitkCropImage.ggo b/tools/clitkCropImage.ggo index a674f8b..a70452d 100644 --- a/tools/clitkCropImage.ggo +++ b/tools/clitkCropImage.ggo @@ -1,7 +1,8 @@ #File clitkCropImage.ggo package "clitkCropImage" version "1.0" -purpose "Crop an image according to a given extends or AutoCrop with a background value or like another image" +purpose "Crop an image according to a given extends or AutoCrop with a background value or like another image. +In all cases, by default, the output origin is set to be able to overlay input and output without registration." option "config" - "Config file" string no option "imagetypes" - "Display allowed image types" flag off @@ -25,6 +26,7 @@ option "BG" - "Background value in input." double default="0" no section "Crop like another image" option "like" - "Crop like this image (must have the same spacing" string no +option "updateOrigin" - "By default, with like image, the output origin is the same than the like image. Set to on the flag to keep the origin." flag off option "BGLike" - "Background value in output (if like larger)" double default="0" no