imgshrink - tpcclib 0.8.0 © 2023 by Turku PET Centre

Shrink the size of a dynamic or static PET image to take less memory and
disk space, and to reduce noise and computation time when testing
pixel-by-pixel modeling methods.
Eight neighbouring pixels are averaged into one pixel; thus image size
will be shrunk into 1/8 of the size of the original image.
ECAT 6.3, 7.x, and Analyze 7.5 and NIfTI-1 formats are accepted.
 
Usage: imgshrink [Options] image shrunkenimage
 
Options:
 -z=<Yes|no>
     Nr of image planes (z dimension) is halved (default) or not changed.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Example:
     imgshrink i5998dy1.v i5998dy1_shrunken.v
 
See also: imgslim, e7vplavg, imgdim, esplit, imgbox, imgswell, imginteg
 
Keywords: image, compression, smoothing, cropping, software testing