Woolz Image Processing  Version 1.7.5
Name
WlzCompound - Create a Woolx compounf object.
Synopsis
WlzCompound [-t #] [-o <output file>] [-n <num objects>] [-h] [-v]
Options
-t Type of compound array, either 1 or 2 (default) for WLZ_COMPOUND_ARR_1 (all objects same type) or WLZ_COMPOUND_ARR_2 (object may be different type)
-o Output object.
-n Maximum number of objects, default 1024.
-h Help - print help message
-v Verbose operation
Reads woolz objects from standard input and writes a compound object to standard out.
Description
Create a woolz compound object from a given input stream. Only objects of the same type as the first object read in are included and the compound object will be of type WLZ_COMPOUND_ARR_2 unless WLZ_COMPOUND_ARR_1 is specified.
Examples
#
# read the object tiled.wlz then up to 149 woolz objects matching the
# pattern (dom*.wlz) in the current directory and creates a compound
# object (compound.wlz)
#
cat dom*.wlz | WlzCompound -o compound.wlz -n 150 tiled.wlz -
File
WlzCompound.c
See Also
WlzExplode(1)