Converts a 8-bit raw file to vol.
Usage: raw2vol [input] [output]
Allowed options are: 
-h [ --help ]         display this message.
-i [ --input ] arg    Input raw file.
-o [ --output ] arg   Output vol filename.
-x [ --x ] arg        x extent.
-y [ --y ] arg        y extent.
-z [ --z ] arg        z extent.  
Example: 
$ raw2vol -x 128 -y 128 -z 128  -i input.raw  -o output.vol 
- See also
 - raw2vol.cpp