.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH CONVERTINPUTIMAGEPIXELTYPETOFLOAT "1" "September 2017" "ConvertInputImagePixelTypeToFloat 2.1.0" "User Commands" .SH NAME ConvertInputImagePixelTypeToFloat \- part of ANTS registration suite .SH SYNOPSIS .B ConvertInputImagePixelTypeToFloat \fI\,infile.nii out.ext TYPE-OPTION\/\fR .SH DESCRIPTION .IP ext is the extension you want, e.g. tif. TYPE\-OPTION : TYPE .TP 0 : char .TP 1 : unsigned char .TP 2 : short .TP 3 : unsigned short .TP 4 : int .TP 5 : unsigned int .TP Note that some pixel types are not supported by some image formats. e.g. int is not supported by jpg. .IP You can easily extend this for other pixel types with a few lines of code and adding usage info.