1 #File clitkVectorImageToImage.ggo
2 package "clitkVectorImageToImage"
4 purpose "Extract a component image from a vector image"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
9 option "input" i "Input image filename" string yes
10 option "output" o "Output image filename" string yes
11 option "componentIndex" c "Component index to extract" int no default="0"