Tutorials  
 
Tutorial 7 - Visual Border, Visual Logo and Shadow  
 
Combinating features of Visual Border, Visual Logo and Shadow.

(PIC) Load a picture.
(MASK) Visual Border - Mask (style=Only Mask, maskfile=WhatEver.png, gammavalue=0) to PIC, Close PIC
(SPACE) AddSpace.rexx (white, 20) to MASK, Close MASK
(FEATHER) GaussianFeather.rexx to SPACE

(THRESH) Threshold (255) to FEATHER

(NICHE) Visual Logo - Niched (outline=No, xplace=4, yplace=4) to THRESH, Close THRESH

Mark PIC as Secondary, Activate NICHE -window.
(SHADOW) Composite (method=Multiply, xoffset=0, yoffset=0), Close NICHE

(FINAL) Shadow.rexx type=Outline, color=No, value=7, threshold=255, xplace=-2, yplace=-2) to SHADOW, Close SHADOW
 
 
Letters in parentheses are names for results.
Download this tutorial