DGtalTools  1.3.beta
raw2vol

Converts a 8-bit raw file to vol.

Usage: raw2vol [input] [output]

Allowed options are:

Allowed options are: :
Positionals:
1 TEXT:FILE REQUIRED Input raw file.
2 TEXT:FILE REQUIRED Input raw file.
Options:
-h,--help Print this help message and exit
-i,--input TEXT:FILE REQUIRED Input raw file.
-o,--output TEXT=result.vol Output vol filename.
--x UINT REQUIRED x extent.
--y UINT REQUIRED y extent.
--z UINT REQUIRED z extent.

Example:

$ raw2vol -x 128 -y 128 -z 128 -i input.raw -o output.vol
See also
raw2vol.cpp