I have an image:
I have a shader that removes the Magenta color from the image causing it to look like this:
Now I want to take the results and add a green outline around the brown rectangle that is left. The desired end result should look like this:
I have the two shaders already, I just don't know how to use them together. I have read about multiple Viewports and the BackBufferCopy node, but don't fully understand if they would be helpful. Could someone please help me ?