Woolz Image Processing Version 1.4.0
|
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.wlz