home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 2 / Negative_Vignette < prev    next >
Encoding:
Text File  |  1995-10-07  |  459 b   |  30 lines

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=5
  6. 01=Negative Vignette
  7. 02= 
  8. 03=This script will take the current
  9. 04=image in TPaint and then create a
  10. 05=Negative Vignette on the Image.
  11.  
  12. */
  13.  
  14. options results
  15.  
  16. arg Num TotalNum
  17. Address "DigiPaint"
  18.  
  19.     '8rgb' 255 255 255
  20.     'Pmxo'
  21.     'Hvof'
  22.     'Hvar'
  23.     'Potv' $8000
  24.     'Poth' $8000
  25.     'Minc'
  26.     'Maxe'
  27.     'Whsc'
  28.  
  29. exit
  30.