WlzConvertPix - converts the pixel type of a grey-level woolz object.
Synopsis
WlzConvertPix [-t#] [-h] [<input file>]
Options
-h
Help, prints usage message.
-t
Output pixel type specified by an integer:
1
integer
2
short
3
unsigned byte (default)
4
float
5
double
7
RGBA (colour)
Description
Converts the pixel type of a grey-level woolz object writing the new object to standard output.
Examples
WlzConvertPix lobster.wlz >lobster_ub.wlz
Converts the values of the domain object (with values) read from the file lobster.wlz to unsigned byte and writes the resulting object to the file lobster_ub.wlz.