#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" option "config" - "Config file" string no option "verbose" v "Verbose" flag off section "I/O" option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes section "Used determined crop" 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 section "Crop like another image" option "like" - "Crop like this image (must have the same spacing" string no section "Extra parameters" option "value" - "Value to be set in padded aread" float default="0" no