Woolz Image Processing
Version 1.7.5
|
WlzRGBCombine [-a] [-h] [-i] [-o<out file>] [-n] [-m <match object>] [<red object>] [<green object>] [<blue object>] [<alpha object>]
-a | Include an alpha channel object. |
-h | Help, prints usage message. |
-i | Invert grey values. |
-o | Output file name. |
-n | Normalise the grey value range of the objects prior to combining them instead of the default which is to clamp them. |
-m | Match the histograms of the input objects to that of the given object. |
WlzRGBCombine -m hist.wlz -o rgb.wlz red.wlz null blue.wlzCreates a new object rgb.wlz in which the red and blue channels are created from the grey value objects read from red.wlz and blue.wlz. The green channel is left empty because null is given on the command line. The read and blue channels have their values matched to the histogram of hist.wlz.