X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageConvert.ggo;h=2304d50876ff0423cea4af9aadf49a54883bfa78;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=b6f003c8f9fb9ad6339afbf8e0500a23799d31c0;hpb=8b5dadbe47d0e7e314313055b1b1bc165109d322;p=clitk.git diff --git a/tools/clitkImageConvert.ggo b/tools/clitkImageConvert.ggo index b6f003c..2304d50 100644 --- a/tools/clitkImageConvert.ggo +++ b/tools/clitkImageConvert.ggo @@ -3,10 +3,12 @@ package "clitkImageConvert" version "1.0" 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." -option "config" - "Config file" string no -option "input" i "Input image filename" string no -option "output" o "Output image filename" string no -option "type" t "Output type (float, ushort ...)" string no -option "verbose" v "Verbose" flag off -option "compression" c "Compress output" flag off -option "vv" - "Read image as in vv and save transform in meta information" flag off +option "config" - "Config file" string no +option "input" i "Input image filename" string no +option "output" o "Output image filename" string no +option "type" t "Output type (float, ushort ...)" string no +option "verbose" v "Verbose" flag off +option "compression" c "Compress output" flag off +option "vv" - "Read image as in vv and save transform in meta information" flag off +option "correct" - "Correct dicom with negative Z spacing" flag off +option "noniimeta" - "Multiply 1st and 2nd coordinate of Direction and Origin by -1" flag off