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

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5.  
  6.  
  7. Lines=5
  8. 01=Apply SobelEdge To Image
  9. 02= 
  10. 03=This script will load an image into
  11. 04=Image FX and then apply the SOBELEDGE
  12. 05=hook to the image.
  13.  
  14. */
  15.  
  16. options results
  17.  
  18. arg FrameNum TotalFiles
  19. address "IMAGEFX.1"
  20.  
  21. Hook SobelEdge
  22.  
  23. exit
  24.