Woolz Image Processing  Version 1.7.5
Name
WlzCopyObj - reads an object and writes it out again which can be useful for moving to a new file format.
Synopsis
WlzCopyObj [-h] [-o<output file>] [<input file> [... <input file>]]
Options
-h Help, prints usage message.
-o Output object file.
Description
Reads objects and writes them out again which can be useful for moving to a new file format.
Examples
WlzCopyObj -o new.wlz old.wlz
WlzCopyObj <old.wlz >old.wlz
Both these examples copy the object(s) from the file old.wlz to the file out.wlz.
File
WlzCopyObj.c
See Also
WlzIntro(1)