Woolz Image Processing  Version 1.7.5
WlzIntRescaleObj
Name
WlzIntRescaleObj - rescales an object using an integer scale factor.
Synopsis
WlzIntRescaleObj [-s#] [-c] [-e] [-h] [<in object>]
Options
-h Help, prints usage message.
-s Scale factor, default 1.
-c Compress using 1/scale, default false.
-e Expand using scale, default true.
Description
Rescales a woolz object using an integer scale factor.
Examples
WlzIntRescaleObj -o out.wlz -s 2 -c in.wlz
Subsamples the object read from in.wlz using integer scaling so that the linear dimensions of the output object (written to out.wlz) are halved.
File
WlzIntRescaleObj.c
See Also
WlzIntro(1) WlzAffineTransformObj(1) WlzSampleObj(1) WlzIntRescaleObj(3)