]> Creatis software - clitk.git/blob - tools/clitkImageConvert.ggo
Merge branch 'master' into GammaIndex3D
[clitk.git] / tools / clitkImageConvert.ggo
1 # file clitkImageConvert.ggo
2 package "clitkImageConvert"
3 version "1.0"
4 purpose "Convert an image into another image.\n\tAllow to change the file format and/or the pixel type. \n\tKnown file formats 2D: jpeg png bmp tif mhd hdr vox dcm \n\tKnown file formats 3D: mhd vox hdr dcm\n\tKnown file formats 4D: mhd \n\tKnown images: 2D 3D or 4D, schar, uchar, short, ushort, int, float and double\n\nIf the -o option is not given, the last parameter of the command line is used as output."
5
6 option "config"      - "Config file"                                                string no
7 option "input"       i "Input image filename"                                       string no
8 option "output"      o "Output image filename"                                      string no
9 option "type"        t "Output type (float, ushort ...)"                            string no
10 option "verbose"     v "Verbose"                                                    flag   off
11 option "compression" c "Compress output"                                            flag   off
12 option "vv"          - "Read image as in vv and save transform in meta information" flag   off
13 option "correct"     - "Correct dicom with negative Z spacing"                      flag   off