X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkPadImage.ggo;h=90d0b7e4669e3c9e028465e1ad6be20aca982ccc;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=6f21563a4e98c59ec5a7a6b2cd04091178f64929;hpb=c504dab2ce9dc023cc3df156088ebc066215ace5;p=clitk.git diff --git a/tools/clitkPadImage.ggo b/tools/clitkPadImage.ggo index 6f21563..90d0b7e 100644 --- a/tools/clitkPadImage.ggo +++ b/tools/clitkPadImage.ggo @@ -1,5 +1,5 @@ -#File clitkCropImage.ggo -package "clitkCropImage" +#File clitkPadImage.ggo +package "clitkPadImage" version "1.0" purpose "Pad an image according to a given extends or like another image" @@ -12,8 +12,9 @@ option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes section "Used determined padding" -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 "lower" l "Size of the lower bound padding (multiple values=number of image dimension)" int no multiple +option "upper" u "Size of the upper bound padding (multiple values=number of image dimension)" int no multiple + section "Pad like another image" option "like" - "Pad like this image (must have the same spacing and bounding box must be larger)" string no