CLI tool
jvol
Tool for converting medical images to and from JPEG-encoded volumes.
Usage:
main [OPTIONS] INPUT_PATH OUTPUT_PATH
Options:
INPUT_PATH \[required]
OUTPUT_PATH \[required]
-q, --quality INTEGER RANGE Quality of the JPEG encoding, between 1 and
100. \[default: 60; 1<=x<=100]
-b, --block-size INTEGER RANGE Size of the blocks to use for encoding.
Quality is higher with larger blocks, but so
is the file size. \[default: 8; x>=2]
-v, --verbose Enable verbose logging. Use -vv for debug
logging. \[default: 0]
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to
copy it or customize the installation.