Results 1 to 40 of 200

Thread: Program Testers

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2010
    Location
    Italy
    Posts
    731

    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:
    Name:  maradonaNavion2.jpg
Views: 6116
Size:  267.3 KB

    Visual Project:
    Name:  Navion2.jpg
Views: 6112
Size:  20.6 KB

    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
    Name:  maradonaRT1.jpg
Views: 6441
Size:  174.4 KB
    Visual Project:
    Name:  RenderTest1.jpg
Views: 5944
Size:  20.4 KB

    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]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width