Tutorials  
 
Tutorial 5 - Compositing different Visual Logo -types  
 
In this tutorial I show you the real power of registered Visual Logo -types.

(ORIG) GaussianEdge.rexx (Normal, 1) to a black & white logo

(STRLOGO) VisualLogo.rexx - Strong (Outline) to ORIG

(GRDLOGO) VisualLogo.rexx - Gradient (Bottom,Simple,11,0,0) to ORIG
(BGRBLOGO) Brightness (50) to GRDLOGO, Close GRDLOGO

(NGRBLOGO) Negative BRGBLOGO, Close BGRGLOGO
Mark STRLOGO as Secondary, Activate NGRBLOGO
(ALOGO) Composite (Add,0,0), Close STRLOGO, Close NGRBLOGO

(GLOGO) VisuaLogo.rexx - Glow (Double,17, Green and Contrast Stretch) to ORIG

Mark ALOGO as Secondary, Activate GLOGO
(MLOGO) Composite (Maximum,0,0), Close ALOGO, Close GLOGO
(RLOGO) VisuaLogo.rexx - Raised (No,-2,-2) to ORIG

Mark RLOGO as Secondary, Activate MLOGO
(FINAL) Composite (Minimum,-2,-2), Close MLOGO, Close RLOGO
 
 
Letters in parentheses are names for results.
Download this tutorial