Home Page › forums › Applications › Shake › Recombining RGB to make colour image
- This topic has 5 replies, 5 voices, and was last updated 14 years ago by micheal Williams.
-
AuthorPosts
-
November 12, 2006 at 7:10 pm #201309johnjoeParticipant
Hi, is anyone able to tell me how to recombine three B&W images(channels) to form a colour image again.
Big Thanks
November 12, 2006 at 10:55 pm #214455maxParticipantHi there!
Let’s see…the quickest way I can come up with is this:
1. Pipe every image into its own Color->Mult node; rename every node to MultR, MultG and MultB (the renaming is not necessary for the outcome, but an important habit nonetheless).
2. In the Mult-nodes’ parameters, set the values for each corresponding channel to 1 and the rest to 0, i.e. for MultR, leave Color->R to 1 and set G and B to 0. Do the same for MultG and MultB.
3. Now, select MultR and create a Layer->IAdd node. MultR is automatically piped into input A. Pipe MultG into input B. Rename the IAdd node R_G_IAdd.
Watch the output of R_G_IAdd in the Viewer, you’ll see a coloured image now, comprised of, well you’ve guessed it, the Red and Green channels.4. Select R_G_IAdd and create another Layer->IAdd node. Rename this to RG_B_IAdd and pipe the MultB node into input B.
5. View the output of RG_B_IAdd in the Viewer.
6. Et voila! You have succesfully re-combined the three images into one RGB/coloured image again!
7. (You could, of course, also pipe all three Mult nodes into a MultiLayer node and set the layer blend modes to Add. Should be a quicker way but I completely forgot about this. Hey I’m only human.)
Maybe there are more ways to achieve this (as always) but I think this is the most basic way to give an understanding of what happens in a film image.
You may want to build a macro for this setup, or experiment with colour-correcting the individual R, G and B layers, and thus building your own custom RGB colourcorrector in the process! Or even more fun, working with the colours’ complements instead, Cyan, Magenta and Yellow and fiddling around with the values can give some insight into replicating the Technicolor process. Different beast altogether, but what the hell.Sorry for the lengthy reply but I have no guessing of your experience so excuses if I over-infoed! In that case, hope it helps for anybody else! 😈
See ya! 😕
November 13, 2006 at 9:29 am #214458micheal WilliamsParticipantThat’s great, thanks for spending the time to explain it well. 🙂
November 13, 2006 at 3:12 pm #214456bnwParticipantNovember 13, 2006 at 10:29 pm #214457Thishan Durkesh PathmanathanParticipantIf you are feeling lazy and that three nodes are too much hassle to add, you could always download the macro I put up on highend2d called, quite catchily, RGBCombine.
This will do the job, AND has a pretty icon.Cheers,
Toby
November 14, 2006 at 3:52 pm #214454maxParticipantCool…the copy node..hadn’t thought of that thanx loops great tip 😀 Come to think of it, I never use it!
Or is that weird? 😳 -
AuthorPosts
- You must be logged in to reply to this topic.
