Recreate third color channel with 2 channels and grayscale image.
Posted: 2017-12-16T09:35:19-07:00
Let's say I have a grayscale version of the image, and 2 of the color channels. Assuming that the fx command below was used to generate the grayscale, how can I recreate the third channel and piece the channels together in one command?
Code: Select all
-fx '(r+g+b)/3'