Woolz Image Processing  Version 1.7.5
WlzStripProperties
Name
WlzStripProperties - strips the property list from an object.
Synopsis
WlzStripProperties [-h] [<input file>]
Options
-h Help, prints usage message.
Description
Strips the property list from an object. This could be useful if you need to read an object from a newer version of woolz with old code e.g. if you have binaries for a different architecture than supplied. Object written to stdout.
Examples
WlzStripProperties obj.wlz >obj_s.wlz
Reads an object from obj.wlz and writes it back out, without a property list, to obj_s.wlz.
File
WlzStripProperties.c
See Also
WlzIntro(1) WlzChangeEMAPProperty(1)