Woolz Image Processing
Version 1.7.5
|
WlzSetBackground [-f] [-h] [-v] [-b#] [-C#,#,#,#] [<input file>]
-h | Help, prints usage message. |
-f | Force new object, probably only useful for tests. |
-v | Verbose operation. |
-b | Background value, default 0. |
-C | Colour background value, default 0,0,0,255. |
WlzSetBackground -b 255 in.wlz >out.wlzReads an object from in.wlz, set the objects background values to 255 and then writes the resulting object to out.wlz.