]> Creatis software - clitk.git/blob - tools/clitkExtrude.ggo
Add clitkExtrude tool
[clitk.git] / tools / clitkExtrude.ggo
1 #File clitkExtrude.ggo
2 package "clitkExtrude"
3 version "1.0"
4 purpose "Extrude an image i along the last+1 dimension repeating the image N times. So the output has 1 dimension more than the input."
5
6 option "config"   - "Config file"                   string  optional
7 option "verbose"  v "Verbose"                       flag    off
8
9 option "input"    i "Input image filename"          string  required
10 option "output"   o "Output image filename"         string  required
11 option "size"     N "Size in pixel of extrusion"    int     yes
12 option "spacing"  s "Spacing of the new dimension"  double  no        default="1.0"
13 option "origin"   - "Origin of the new dimension"   double  no        default="0.0"