Concat
Description
Concat two inputs in one image
Params
tA | Tensor | The first input |
tB | Tensor | The second input |
mask? | Array.<string> | Array that should describe the needed output. This should be an array of strings in format "{number of input}.{vector component}", see example for more. ⚠️ STILL UNDER DEVELOPMENT (EXPERIMENTAL, API COULD BE CHANGED OR DEPRECATED) |
Example
gm.concat(inputImage1, inputImage2, ['1.r', '1.g', '2.b', '2.a']);