How do you reduce an image to a single channel? When I split to RGB then save one, on opening it seems to have 3.
Meanwhile, can anyone help me figure out how to seperate a RGB image into the separate channels. I've tried constant Colour Red ---> Subtract Colour ---> Blend by Shader but get weird results. Is there a function to do this better?
I think I've found it: Red to scalar, Green to scalar, Blue to scalar seems to work so far. What does scalar mean?