home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
-
- Lines=5
- 01=Solarize
- 02=
- 03=This script loads each image of the File List Window
- 04=into ImageFX and simulates re-exposing the image to
- 05=light. This over-exposes certain areas of the image.
-
- */
-
- options results
-
- arg FrameNum TotalNum
- address "IMAGEFX.1"
-
- Solarize
-
- exit
-