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

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5.  
  6. Lines=6
  7. 01=DeInterlace
  8. 02= 
  9. 03=The image in the Main buffer is separated,
  10. 04=line-by-line. Every other line is moved to the
  11. 05=Swap buffer. Any existing Swap buffer image
  12. 06=data is destroyed by this process.       
  13. */
  14.  
  15. options results
  16.  
  17. arg FrameNum TotalNum
  18. address "IMAGEFX.1"
  19.  
  20. Hook DeInterlace
  21.  
  22. exit
  23.