home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=5
- 01=Negative Vignette
- 02=
- 03=This script will take the current
- 04=image in TPaint and then create a
- 05=Negative Vignette on the Image.
-
- */
-
- options results
-
- arg Num TotalNum
- Address "DigiPaint"
-
- '8rgb' 255 255 255
- 'Pmxo'
- 'Hvof'
- 'Hvar'
- 'Potv' $8000
- 'Poth' $8000
- 'Minc'
- 'Maxe'
- 'Whsc'
-
- exit
-