DGtalTools  0.9.4
convertVol

Converts volumetric file into volumetric file from different formats (pgm3d, vol, longvol). This tool can also be used to upgrade a Version-2 Vol or Longvol file to the new (compressed) Version-3.

Usage: convertVol [input] [output]

Allowed options are:

-h [ --help ] display this message
-i [ --input ] arg volumetric file (.pgm3d, .vol, .longvol)
-o [ --output ] arg volumetric file (.pgm3d, .vol, .longvol)

Examples:

$ convertVol -i ${DGtal}/examples/samples/lobster.vol -o convertedVol.p3d

To upgrade a "Version-2" vol file to a "Version-3" (default Vol writer):

$ convertVol -i ${DGtal}/examples/samples/lobster.vol -o ${DGtal}/examples/samples/lobster.vol
See also
convertVol.cpp