Woolz Image Processing  Version 1.7.5
Name
WlzRawToWlz - converta raw data to a Woolz object.
Synopsis
WlzRawToWlz  [-h] [-v] [-b] [-d#] [-l] [-o#,#,#] [-s#]
             <width> <height> [planes] <type> [<raw-data file>]
Options
-h Prints usage information.
-v Verbose output.
-b Big-endian byte ordering, default.
-d Image dimensions (2 or 3), default 2.
-l Little-endian byte ordering.
-o The x,y,z offsets, default 0,0,0.
-s Number of bytes to skip at the start of the file.
-X XXX.
Description
WlzRawToWlz converts raw data to a woolz object. Input can be from standard input, the width, height and type are mandatory parameters. Width and height must be integer and > 0. Type must one of:
Parameter Value Data type
1 integer (32-bit signed)
2 short (16-bit signed)
3 unsigned byte
4 float (
5 double
6 unsigned 32-bit integer
7 unsigned 16-bit integer
8 signed byte
Examples
 
File
See Also
WlzIntro(1) WlzExtFFConvert(1)