|
-
Jul 25th, 2016, 06:55 AM
#11
Re: Program Testers
Due to my english-lacks I did not fully understand last Navion post.
Anyway talking about using scripts approach I made some tests:
First of all, thanks to Navion I created 2 new nodes called "Render" and "Render3"
"Render" Do Render 2nd input to 1st input at given Destination Coords and Size.
"Render3" Do Render 2nd inputs (RGB) triplet to 1st inputs (RGB) triplet at given Destination Coords and Size.
They have the possiblity to Invert Foreground (2st-Triplet) or Background (1st-Triplet)
So here there are some output Results:
Same as Navion:

Visual Project:

How should look script Project:
A = INPUT () Inputs[]
B = INPUT 2 (.\BackGrounds\GREEN.jpeg) Inputs[]
C = Value (0) Inputs[]
D = Render3 (ThousandthPart, 0, 0, 500, 500, No Inversion) Inputs[C.1, C.1, C.1, A.1, A.2, A.3]
E = MIX2 x3 (Overlay, 0, False) Inputs[A.1, A.2, A.3, B.1, B.2, B.3]
F = Render3 (ThousandthPart, 500, 0, 500, 500, No Inversion) Inputs[D.1, D.2, D.3, E.1, E.2, E.3]
G = Render3 (ThousandthPart, 0, 500, 500, 500, Foreground) Inputs[F.1, F.2, F.3, A.1, A.2, A.3]
H = Render3 (ThousandthPart, 500, 500, 500, 500, Foreground) Inputs[G.1, G.2, G.3, E.1, E.2, E.3]
I = OUTPUT () Inputs[H.1, H.2, H.3]
Other Tests I made of "Render":
Split and render RGB Channels

Visual Project:

How should look script Project:
A = INPUT () Inputs[]
B = Value (0) Inputs[]
C = MIX 3 (wheighted SUM, 30, 58, 12) Inputs[A.1, A.2, A.3]
D = Render (ThousandthPart, 0, 0, 500, 500, No Inversion) Inputs[B.1, A.1]
E = Render (ThousandthPart, 500, 0, 500, 500, No Inversion) Inputs[B.1, A.2]
F = Render (ThousandthPart, 0, 500, 500, 500, No Inversion) Inputs[B.1, A.3]
G = Render3 (ThousandthPart, 500, 500, 500, 500, No Inversion) Inputs[D.1, E.1, F.1, C.1, C.1, C.1]
H = OUTPUT () Inputs[G.1, G.2, G.3]
Last edited by reexre; Jul 25th, 2016 at 07:34 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|