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 Image
- 02=
- 03=This script loads each image of the File List Window
- 04=into ImageFX and inverts the colors of an image to
- 05=produce a photo negative image.
-
-
- */
-
- options results
-
- arg Num TotalNum
- address "IMAGEFX.1"
-
- Negative
-
- exit
-