Woolz Image Processing Version 1.4.0
|
WlzLUTGreyTransformMerge [-o<output file>] [-h] [<red LUT>] [<green LUT>] [<blue LUT>] [<alpha LUT>]
-h | Help, prints a usage message. |
-o | output object file name. |
NULL
-
# Merges three look up tables red.wlz, green.wlz and alpha.wlz # together with and identity look up table for the blue channel # to form a RGBA look up table object that is written to rgba.wlz. cat green.wlz | WlzLUTGreyTransformMerge -o rgba.wlz red.wlz - NULL alpha.wlz