home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDG-CT1.DMS / in.adf / CT.run / Scripts2 / 5 / Interlace < prev    next >
Encoding:
Text File  |  1995-10-16  |  473 b   |  23 lines

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=6
  6. 01=Interlace
  7. 02= 
  8. 03=This script loads each image of the File List Window
  9. 04=into ImageFX and combines the image in the swap buffer
  10. 05=line by line interleaving them, producing an image
  11. 06=with twice the vertical resolution.
  12.  
  13. */
  14.  
  15. options results
  16.  
  17. arg FrameNum TotalNum
  18. address "IMAGEFX.1"
  19.  
  20. Hook Interlace
  21.  
  22. exit
  23.