Visual Engineering - Visual Card v1.81 -------------------------------------- This script lets you place / rotate pictures on pictures like cards. You might have use for AddSpaceB-script. Mark picture you want to put on another as SECONDARY, activate window of picture, which should be under and then run the script. Make sure you have RX-command in Sys:Rexxc/ In normal WorkBench-install it should be there. Shadow-type: - This one in most cases sucks a lot. I haven't yet figured out how to get best results out of it. Placement of shadow in some degrees of rotate is wrong or edges look like shit.. Area-type: - This one cuts an area out of picture. - This was made because Shadow-type doesn't fully satisfy me. - Try Area-type --> Shadow.rexx --> Rotate.rexx and then using Composite with method Minimum or Multiply to put it to it's place. This time remember to mark picture under as SECONDARY and activate Rotated picturewindow. You can call this script from your own scripts, too. address command "rexx:rx ie:arexx/VisualCard.rexx" - is name of the bottom picture - is name of the picture on top - is 0 or 1, NORMAL, MINIMUM or SHADOW - is horizontal placement of - is vertical placement of - is the rotation value for - if is SHADOW: - is value of lowpass for shadow - is value of gamma for shadow - is horizontal offset of picture comparing to shadow - is vertical offset picture comparing to shadow Example: rx ie:arexx/VisualCard.rexx 000_testpic.iff 001_testpic2 NORMAL 26 26 10 rx ie:arexx/VisualCard.rexx 000_testpic.iff 001_testpic2 SHADOW 67 67 13 7 80 -5 -5 Next lines return you the name of this new picture. PROJECT_LIST xyz=result pic=subword(xyz,1,1) HISTORY 1.81 X and Y -offsets now actually calculate their maximum and minimum values. No more error-requesters because of that. When rotate was 0 degrees, it was imbossible to see outlines of secondary picture. Fixed. 1.76 New Type:Area Added some info to Notes-file. 1.73 Calls to external scripts had a minor bug. 1.72 New Type:Shadow allows to place rectangular pictures + shadow for it. Some changes for argument-parser. Just for fun, DELETE IE:Prefs/visualcard.cfg!!! 1.50 New Type:Minumum allows to place non-rectangular pictures. DELETE IE:Prefs/visualcard.cfg!!! 1.30 History started The archive, where this file came from, can be distributed using any kind of media (CD, Email, Net, BBS, FTP...), but contents of original archive must not be seperated from each other. VISUAL ENGINEERING - graphical examples & more HTTP://wwnet.fi/users/smarko/visual/