Hi Shakers!
I'm new to command line compositing, so I have a few basic questions.
If a create a checkerboard for example, by typing:
-shake checkerboard
a checkerboard appears in a window named "CheckerBoard1". Until I don't shut down the window I cannot type another command, but if I shut it down, the checkerboard disappears and doesn't exists any more. (I can create another one with the same name, instead of "CheckerBoard2".) How can I keep it, for further processing?
The other case is similar: the Over operation:
If I type:
-shake fg.iff over bg.iff
that works, but if I type:
-shake -colorwheel -over -checkerboard
that doesn't work.
-shake ColorWheel1 -over CheckerBoard1
won't find ColorWheel1 and Checkerboard1.
In the tutorials there are examples only with files located somewhere on your HDD, but a checkerboard exists only in memory (until you render it), you cannot type its path. So how can this be solved?
Thank you in advance
VertexX