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

  1. /*
  2.                         Control Tower Arexx Script
  3.                            Written By J.L. White
  4.                          (C)1995 Merlin's Software
  5. Lines=5
  6. 01=Neon Art Effect
  7. 02= 
  8. 03=This script loads each image of the File List Window
  9. 04=into ImageFX and adjusts an image to look like the
  10. 05=image was created with Neon Lights.
  11.  
  12.  
  13. */
  14.  
  15. options results
  16.  
  17. arg Num TotalNum
  18. address "IMAGEFX.1"
  19.  
  20. EdgeDetect 1
  21. Negative
  22. Sharpen 200
  23.  
  24. exit
  25.