home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=6
- 01=Interlace
- 02=
- 03=This script loads each image of the File List Window
- 04=into ImageFX and combines the image in the swap buffer
- 05=line by line interleaving them, producing an image
- 06=with twice the vertical resolution.
-
- */
-
- options results
-
- arg FrameNum TotalNum
- address "IMAGEFX.1"
-
- Hook Interlace
-
- exit
-