vconvert
-in | Specifies one or more Vista data files containing images. |
-out | output image |
-repn | Specifies the pixel representation to which images should be converted( bit | ubyte | sbyte | short | long | float | double). Default: ubyte. |
-map | Specifies the mapping of input pixel values to output pixel values (range | copy | opt1 | opt2 | op3 | linear). Default: range. |
-a | Specify the values a and b to be used when -map linear is the chosen mapping. |
-b | Specify the values a and b to be used when -map linear is the chosen mapping. |