Converts a longvol (long int) to a vol file (unsigned char).
Usage: longvol2vol [input] [output]
Allowed options are:
Positionals:
1 TEXT:FILE REQUIRED Input longvol filename ( .longvol)
2 TEXT Output vol filename.
Options:
-h,--help Print this help message and exit
-i,--input TEXT:FILE REQUIRED Input longvol filename ( .longvol)
-o,--output TEXT Output vol filename.
-m,--mode UINT:{0,1,2} Conversion mode:
0 = cast (default)
1 = Linear Scaling
2 = Grayscale cycle (32 steps, except 0 values).
Example:
$ longvol2vol ${
DGtal}/tests/samples/test.longvol out.vol
- See also
- longvol2vol.cpp